Tag Archives: Cisco
Cisco – Filtering Unwanted Packets with Standard Access Lists
Access lists (ACLs) are basically statements that packets are compared against for the purpose of taking some action if a match occurs. After an access list is created, it can be applied to inbound or outbound traffic; in some cases … Continue reading
OSPF Explained and Useful Troubleshooting Commands
Open Shortest Path First (OSPF) is an open standard link-state routing protocol that supports multiple equal-cost routes to the same destination (four by default). OSPF constructs a shortest path tree and then updates the routing table with the best paths. … Continue reading
Setting-up DHCP with IP Helper-Address on Cisco Routers
In a prior lab, Setting-up DHCP on Cisco Routers, I discussed how to setup a Cisco router as a DHCP server. In this lab, I use a DHCP server setup on one subnet to provide DHCP services to two different … Continue reading
Setting-up DHCP on Cisco Routers
The Dynamic Host Configuration Protocol (DHCP) provides the capability to automatically allocate reusable network addresses and configuration options to hosts.
Cisco VLAN Trunking Protocol (VTP)
VLAN Trunking Protocol (VTP) is a Cisco proprietary protocol that reduces administration in a switched network. When you configure a new VLAN on one VTP server, the VLAN is distributed through all switches in the domain. This prevents you from … Continue reading
Cisco – Spanning VLANs across Switches via Trunking
In this lab I use two Cisco WS-C2960-24TT [IOS 12.2(25)FX] switches to demonstrate how to span VLANs across switches via 802.1q trunking. I avoid using VTP by using “VTP transparent mode”; as a result, I have to configure the VLANs … Continue reading
Creating a LAG between an ESXi vSwitch and a Physical Switch
In this lab I am going to create a LAG (Link Aggregation Group) between an ESXi vSwitch and a physical switch. You can use Cisco, Force10 Dell, Juniper, or any other manufacturer for the physical switch. Depending on the switch … Continue reading
Load Balancing with EIGRP
RIP, RIPv2, IGRP, EIGRP and OSPF are all routing protocols that support equal cost load balancing but IGRP and EIGRP can also support unequal cost load balancing. However, unlike IGRP, EIGRP supports VLSM (Variable Length Subnet Masking). Below I use … Continue reading
Setup Telnet Access on Cisco Switches
This quick lab assumes you already have an IP address for telnet assigned on the Cisco switch. Once that is setup and you are able to ping the IP address, you can setup telnet access on the Cisco switch with … Continue reading