I’m bogged down at the moment with HP Partnership Management work and haven’t been making posts on Network Ninja (never mind touch CCNP books or get organized with putting my LAB together) so don’t feel left out if you feel I have been neglecting updating, I feel like I am running backwards fast on getting my CCNP done.
I haven’t had time for anything else either like seeing clients, making sales, doing installations or even going into the office
(I’m not really complaining all that much about the last one). I’ve moved my “office” to my house and for the time being haven’t seen any other room but my Study and Bedroom. Teleworking is really the bomb, rolling out of bed and getting straight to work suits me just fine (for a while) I kind of like separating my home and work life when it gets down to it.
I did however break my self inflicted work isolation to attend the brief for the new collaboration portfolio hosted by Christopher Thompson, Senior Director for Solutions Marketing at Cisco via Telepresence (ooooh!! very nice kit this). This was the first time I was actually in the room attending a meeting using the Cisco Telepresence (above) solution, while Chris was in Europe we were in South Africa and let me tell you, when I grow up one day I am getting one of these! My web cam just doesn’t cut it any more. A little off-topic, I did a post on Telepresence a while ago and I did say that everyone should organize a Demo for themselves (Call Cisco and ask) because let me tell you impressive does not cover this solution, its really amazing!
After the meeting ended we chatted with Chris for a while and he mentioned that by Friday (that is Friday 26th not next Friday) he will have done 300 presentations to Press and other parties all over the world on the Collaboration Portfolio. Imagine the cost savings Cisco realised in one week by doing these Telepresence meetings versus sending multiple people like Chris (Senior Director mind you) all over the world to do these briefings for the pre-launch? AND This is just one event and they do this all the time!
I am going to say again to any Corporate or Mid-sized company that is interested in Telepresence to cut down travel costs for meetings where they have multiple locations either nationally or internationally. Organise a demo by calling Cisco or a local Partner you won’t look back. Back to the topic.
Collaboration
The concept of Collaboration in the workplace (Also during Degree Training at Universities) has been a hot-topic for a while and many vendors (IT or not) have positioned product, services and bundled solutions at this space because of its “importance” in $$$ terms. Whether these products are new and engineered to meet this need or old re-boxed marketing/advertising spins is another topic for another day.
The importance of Collaboration cannot be discounted however as maximizing the ease, effectiveness and efficiency of communication, sharing, meetings and abilities inter- and intra-company drives higher return on investment per project as more can be done, more effectively, in less time, with more ease, without the need of any re-work and no-work because of crossed-wires and misunderstanding.
Collaboration with Cisco
The Cisco Collaboration Portfolio is designed and engineered to work with you like you work. That’s whether you are 20 or 50 the CEO or the Grad Student doing the coffee run. Cisco realises that people, companies, and age groups are different and they have modeled an open solution portfolio set to suit the way in which individual companies work and the individuals in the company like to work.
The solution will work even in mixed deployment environments where Microsoft, Linux, OSX and others play as it was made to be operating system independant. There is deeper linking with vendors like IBM and Microsoft (if that matters). The portfolio scales from small to super-size by being either hosted on demand (SaaS) or mixed hosted and on-premises or totally on-premises. The portfolio will help accelerate business processes, increase productivity and speed innovation by bringing people together and helping them work more efficiently and effectively together.
The Portfolio consists of Unified Communications, Video (Telepresence) and new Web 2.0 applications platforms all of which leverage the network as a platform to enable people to connect, communicate and collaborate from ANY WORKSPACE (Microsoft, Apple, Linux and even Smartphones) without degradation of service of a change of experience.
The Portfolio works the way you do and is designed to integrate with business applications, existing IT infrastructure and other web services (If it has an API it can integrate examples Goolge, Flickr, Salesforce), allowing developers and partners to develop and create customized applications and network based services.
The Portfolio includes some of the following key products and solutions:
Cisco Unified Communications Release 7.0
Cisco Unified Communications System Release 7.0 enables collaboration so that organisations can quickly adapt to market changes and improve competitive advantage through speed and innovation. Accelerating the deployment of unified communications requires the ability to leverage existing infrastructure and applications.
It offers enhancements to its applications development environment and provides deeper integration with desktop products from IBM and Microsoft. Mobility enhancements extend productivity features across every workspace.
Cisco Unified Mobile Communicator now supports devices running on Windows Mobile as well as Symbian and Blackberry with support for Apple iPhone coming soon. Cisco UC Release 7.0 continues to drive down system and management costs by increasing Cisco Unified Presence scalability to 30,000 users and Cisco Unity to 15,000 users on a single server and by optimizing network management through an easy-to-use appliance deployment environment.
Cisco TelePresence Expert on Demand
Cisco TelePresence Expert on Demand integrates Cisco Unified Communications and Cisco Unified Contact Center with the immersive “in person” experience of Telepresence to transform the way organisations deliver high-touch customer and point of sale services.
It enables customers to connect with subject-matter experts for tailored, in-person service at the touch of a button. This gives users the ability to summon expert assistance directly in a Cisco TelePresence meeting or use a dedicated customer-facing Cisco TelePresence endpoint and get face-to-face assistance.
An organisation can choose to configure Cisco TelePresence Expert on Demand with a direct assistance number, a hunt group, or its Cisco Unified Contact Centre deployment. In the latter case, a user will be connected to an appropriate agent via skills-based routing.
Cisco WebEx Connect
Cisco WebEx Connect is a cloud-based application platform for collaborative business mashups. It includes a number of standard applications including enterprise instant messaging, team spaces, document management, calendaring and wikis, which can be combined with third party widgets built using open APIs, enabling companies to work from a single workspace. Extensive administrative controls support enterprise policy, security and compliance requirements to enable highly secure inter-company collaboration.
WebEx Connect works with Cisco Unified Communication system to deliver seamless communication capabilities within the context of a collaborative mash-up.
More Information:
Cisco Unified Communications 7.0
Thanks
Thanks goes out to JP and Jonathan for the Invite to the Brief.





Open Shortest Path First – OSPF Fundamentals – Configuring Options On an Internal Router
To allow you to tune OSPF on an Internal Router you have the following options available at your disposal:
Defining the Router ID and Loopback interface
The Router ID (when thinking about OSPF Domains) is used to identify any given Router in the Link State Advertisements (LSAs) in an OSPF Database. A given Router on a network requires an ID (Router ID) to participate in an OSPF Domain. The Router ID can be assigned/set in one of two fashions:
In most configurations the Router ID is set by the administrator as this makes it easier to track events, internal documentation, and system-administration remotely or even on the router itself.
Setting the Router ID
The Router ID as discussed previously must be present for a Router to participate in an OSPF Domain. This Router ID can be set in one of two methods:
Setting the Router ID – Method One (Less Preferred)
The OSPF Router ID can be defined using the router-id (background link) command found in IOS.
Using the Router-ID command isn’t always the best idea when combining BGP and OSPF as both technologies employ the same method in electing a Router ID. So manually setting a Router ID (using the Router-id command) for OSPF could cause BGPs Router ID to differ from BGP which causes administration problems as well as could cause other problems at a later stage when combining the two technologies.
Should you still want to change the Router ID using this method anyway the command is:
Router(config)#router ospfRouter(config-if)#router-id ip-address
Dissecting the above when the Router ID has been chosen/assigned using the router-id command, the Router ID is kind of stable and may possibly change (barring a power cycle or a OSPF process reset). This is an important factor because changing the Router ID post (after) configuration could possibly break some OSPF configurations, such as virtual links (which as the name implies don’t exist, and could take some thinking to logically get working again).
Setting the Router ID – Method Two (Preferred)
Should the router-id command not be present/available on the router IOS you are using, and you want a more reliable method (sticky) that spans, the Router ID is automatically elected via:
I inherently look for the easier easier solution to a problem that will work long term, more work once off doesn’t matter (first off config) the solution must stick and continue working through power outages, reboots and the CEO trying his hand at “setting up” his own hardware, voice being a good example i.e. putting each end point into it’s own vlan thus ensuring QoS while the organization grows (there are limitations in the number of vlans, but I have yet to reach them).
Looking at the top the better method to control the Router ID (using automatic means) is through the use of the Loopback interface IP address. A loopback interface is a virtual interface (duh) that will always be active (cannot flap) and will be the first active interface (*shrug* logic dictates as it becomes the Router-ID, comments as I haven’t tested this out?).
The command to use a loopback is as follows (CCNA topic):
Router(config)#interface loopback inerface-numberRouter(config-if)#ip address ip-address subnet-mask
Consider assigning loopbacks a /32 mask 255.255.255.255 (1 end point) to minimize the ip space usage of the virtual interface(s) on the network (use it dont use it). I have come across some places that say that loopbacks wont work with the /32 mask (cant find source again), I will verify once I setup my kit again. In that case use the smallest (/31 or /30).
What I want to take away from this is should the Router ID be chosen/assigned using the loopback interface, the Router ID is stable and wont change. What’s important here is that a Loopback interfaces is NOT a physical interface thus cannot go up and down (flap) and therefore is not as unstable element in the network (i.e. loopback is stable) and thus is more desirable. Even in the event of a power cycle the loopback will once again be the Router ID.
Think about including the Loopback interface in the general network commands even if you aren’t configuring OSPF. This gives you an easy point to ping to should there be a need to troubleshoot (can I reach point A from point B) this should tell you alot about Layer 1 if the interface is un-shut and it has an ip-address.
Changing the COST
The COST metric on a Cisco is calculated as 100,000,000 bps divided by the bandwidth of the interface in bits per seconds. Sometimes when using a fast interface type (FE and GE) or when dealing with inter-vendor situations (Cisco / 3COM / HP) changing the default cost metric becomes a requirement (this is due to (1) faster link speeds not calculating correctly (2) or the metric equations being different between inter-vendor kit).
The command to change default cost:
Router(config-if)#ip ospf cost costThe cost variable is a 16-bit value (0 to 65,535). The lower values being the more preferred costs while higher being less preferred (shown below).
As you can see in the above table Fast Ethernet is the “drop off point” (where all things being 1) for the “fast” links (Fast Ethernet and Gigabit Ethernet both equal 1). In this case it would be better to manipulate the default cost so that the Gigabit Ethernet link is preferred over the Fast Ethernet Link. This would mean changing the cost per interface.
Another way to deal with high-bandwidth paths is to change the way a Cisco calculates cost (mess with the equation). We adjust the numerator in the automatic calculation (the Cisco automatic formula) to make some things happen in this case. To do this use the ospf auto-cost reference-bandwidth command on IOS, the default is 100 (Fast Ethernet) adjust it to 1000 (Gigabit Ethernet) and you will “fix” the equation.
Router(config-router)#ospf auto-cost reference-bandwidth reference bandwidthTwo very important NOTES (1) ospf auto-cost reference-bandwidth should be applied to all routers in an area if it is applied at all and the command (2) ip ospf cost overrides the calculated cost calculated by auto-cost reference-bandwidth
Determining the DR with the Priority Command
The hello field includes a priority field (if you can still remember) thus providing a mechanism by which designated router (DR) and backup designated Router (BDR) gets elected.
To be eligible for election, the priority must be a positive integer between 1 and 255 (if the priority is 0 (zero) the router cannot participate in the election process).
The highest priority wins (Cisco Router Default is 1) the election process.
Because the default is 1, to break all ties the Cisco Router ID is used as the deciding factor in the election process (ergo why hard coding the Router ID is a bad idea). The command to adjust priority (interface-by-interface mind you):
Router(config-if)#ip ospf priority numberNotes and Notices: This is a part of my personal BSCI notes and research to assist myself in learning and understanding the concepts and theory for the BSCI exam. I learn by making notes reading and writing things down and wish to file them where I cannot lose them. These notes are not to be seen, judged or mistaken for replacements to Cisco recognized and authorized training which I personally support and attend and suggest you undertake if you are going for the BSCI Certification.
If I added some value to your Cisco Experience with this post please add some value to my studies and leave a comment, question, suggestion, note of thanks or encouragement for me to hurry up and complete my certifications. My reasoning for wanting some interaction is that the last Recruiter said I need CCNP, Juniper and a Specialization track. The LOOOOONG Road to Cisco Indeed. Thanks Deon