Tag Archives: Cisco
Gratuitous ARP and Basics of Connecting a Cisco IOS Switch with a Cisco CatOS Switch
Some of you may have an old Cisco Catalyst switch laying around that you may want to put to use. CatOS is the old Cisco operating system for Catalyst switches that predates IOS; it can still be found on some … Continue reading
Multi-Area OSPF – Redundancy, Route Summarization, and LSA Filtering
In this lab, all routers except for R4 and R5 are Cisco 3725 routers [IOS 12.4(15)T10]. Routers R4 and R5 are Cisco 7200 routers [IOS 12.4(24)T]. Below is the network diagram for this lab.
802.1Q Trunking Between Cisco and Dell Force10 Switches
In this lab I use a Dell Force10 S25P switch [FTOS 8.4.2.6] and a Cisco C3750 switch [IOS 12.2(25)SEE3] to demonstrate 802.1Q trunking.
Configuring eBGP Peers to Use a Loopback Interface
In this lab, I use two Cisco 3725 routers [IOS 12.4(15)T10] to configure eBGP peers using loopback interfaces. Below is the network diagram for this lab.
Configuring OSPF with Multiple Areas
In this lab, I use three Cisco 3725 routers [IOS 12.4(15)T10] to demonstrate how to setup OSPF with multiple Areas. Below is the network diagram for this lab.
EIGRP – Best Path Selection
By default EIGRP uses bandwidth and delay of the line to determine the best path to a remote network. However, if desired, EIGRP can use a composite of four metrics: bandwidth, delay, reliability, and load. Maximum transmission unit (MTU) is … Continue reading
Setting-up Basic iBGP and eBGP on Cisco Routers
The Border Gateway Protocol (BGP) is a protocol used to make core routing decisions on the Internet. BGP is commonly mislabeled or referred to as an IP routing protocol. However, it is not a routing protocol; rather, it is a … Continue reading
EIGRP and OSPF Redistribution on Cisco Routers
This was a quick lab I threw together which I thought was pretty cool. In this lab I use five Cisco 3725 routers [IOS 12.4(15)T10] in which I have two groups of routers each on a different subnet and running … Continue reading
Setup and Troubleshoot EIGRP
I discussed Enhanced Interior Gateway Routing Protocol (EIGRP) briefly in a prior blog, Load Balancing with EIGRP, however, in this lab I use two Cisco 3725 routers [IOS 12.4(15)T10] to demonstrate how to configure EIGRP; additionally, I’ll discuss some useful … Continue reading
Configuring PVST+ on Cisco Switches
Per VLAN Spanning Tree Plus (PVST+) is a flavor of Spanning Tree Protocol (see prior blog, Default STP Behavior on Cisco Switches) which maintains a spanning tree instance for each VLAN in the network. This means certain VLAN trunks (using … Continue reading