Thursday, May 2, 2013

RSPAN

For this post we want to focus on capturing and analyzing traffic on DLS2 fa0/18 VLAN 10 that connects to PCC. In essence, we want to monitor the traffic to and from PCC using RSPAN (Remote Switched Port Analyzer). SRV will monitor the traffic using Wireshark. For the end test we will send a ping from PCB to PCC and see the ICMP packets on SRV running Wireshark.

Topology
Topo2

Wireshark – Pimp my Filter

While monitoring an analyzer using RSPAN, I was getting a bunch of packets that I don’t care about. I don’t really want to filter based on just one packet but instead would like to filter out the packets I don’t want. Here you can see STP and HSRP packets being exchanged on the switched port I’m analyzing:
stp and hsrp packets

Wednesday, March 27, 2013

BGP RIB-failure

So, you’re following along in a lab configuring BGP and your “show ip bgp” reveals a RIB-failure…

R1 rib failure

Sunday, February 17, 2013

Squeeze Your Flash…

Can’t get rid of a file in flash?

Copying Multiple Config Files onto a Router

Topology

clip_image001

I have several config files (about 30) for each of 6 devices – that’s 180 configs files that I don’t want to manually move over. Not only would it be exhausting and error prone, I know it would take some time to do. I want to move these to the devices so I can quickly move through some TShoot labs without having to tftp each config file for each lab individually. Doing the later would also require each device to have connectivity to the tftp server at all times – it’s just not functional. So, instead, I’d rather have all the config files for each lab already installed in flash so I can quickly “configure replace” as I move through each lab.

Monday, February 11, 2013

HSRP Troubleshooting

From: GNS3 Vault (1) Thanks to Rene Molenaar for taking the time to post these practice labs on his site.

  • Router New York, New Jersey and LA are configured for HSRP so router Host has a virtual gateway IP address.
  • Fix HSRP so router NewYork, NewJersey and LA are in the same HSRP Group and form a single virtual gateway.
  • Each HSRP router should be able to become the active router and forward IP packets from the host to the ISP.

Sunday, February 10, 2013

DHCP Troubleshooting

DHCP Troubleshooting

From: GNS3 Vault (1) Thanks to Rene Molenaar for taking the time to post these practice labs on his site.

  • Router DHCPClient1 needs to obtain an IP address through DHCPServer on its fa0/0 interface
  • Router DHCPClient2 needs to obtain an IP address through DHCPServer on its fa0/0 interface
  • Only Router DHCPServer can hand out IP’s