Think Like A CCIE

The CCIEUK Academy site is run by a group of networking professionals in the UK. We aim to provide useful articles in Cisco data, voice and security, from beginner to expert levels. As well as working commercially in the field of IT, we also have experience of teaching Cisco qualifications. Whatever level you are studying at we believe you should study as if you are preparing to become a CCIE.

Archive for Routing

Sep
23

The Basics of RIP Version 1

Posted by: Jim | Comments (0)

RIP does have its limitations but it is still a venerable routing protocol. Its been around since the 1980s, so has stood the test of time and is supported across a wide variety of platforms, including Windows Servers and both Unix workstations and servers. Run out of routers and need to split a subnet in two? You could use an old server with two NICs and have this speak to your network kit using RIP.  Its clear that more serious admins wouldn’t touch it and it can have a bad reputation but it still does have a place in networking. It is very suitable for smaller networks and its ease of configuration make it a good choice for those network admins with little experience.  It is also an excellent choice for teaching network students about routing protocols as a lot of the structure , such as timers, are used in other protocols.

So here is a general summary of RIP.

  Read More→

Popularity: 63% [?]

Comments (0)
Apr
18

OSPF Passive Interface Command

Posted by: Jim | Comments (0)

I was recently asked by a client to help troubleshoot an issue they were having after upgrading the IOS on two of their core Cisco Catalyst 6509s. The two switches are connected together by three 1Gb fibre links that run about 500m between two buildings (Building A and B). Two of the links are bundled together in an 802.1q Etherchannel. Only one vlan, 100, is allowed to cross the link and this vlan is used purely for traffic to and from a cluster of Call Manager 4 servers. The other link is a 1Gb layer 3 fibre link that is used for any other user traffic across the core switches.

Here is a high-level layout of the switches and their connections. All IP addresses and vlans have been changed from their original values.

Network Layout

Network Layout

The 6509s also have links to other core switches within the network, so if the layer 3 link goes down traffic should be routed through these other switches. Read More→

Popularity: 67% [?]