While starting troubleshooting, following commands make life easier,
logging synchronous
no exec-timeout
no ip domain-lookup
Never use vlan 1 for client traffic or management purpose.
VTP is essentially a replication protocol for VLAN data.
Etherchannels are L2 and L3. For L3 issue no switchport command in port channel.
int range x-y
channel-group 1 mode on
show etherchannel
int port-channel1
no switchport.
Saturday, February 27, 2010
Sunday, February 21, 2010
System and method for determining FTE of integrated network and security operations helpdesk
The “Lean” way of resolving application performance issues on network layer
Wednesday, January 6, 2010
How to SPAN ACE port for ethereal?
Instructions for spanning the ACE Tengig port.
Let's say your ACE is in slot 3. It's backplane interface would then be Te3/1. You then use the monitor command to configure the source (SPAN) port to this interface.
monitor session 1 source interface TenGigabitEthernet 3/1 both
monitor session 1 destination interface GigabitEthernet x/y
Configure the destination (SPAN) port as a trunk port so that the VLAN IDs will be preserved:
interface Gix/y
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
switchport nonegotiate
Let's say your ACE is in slot 3. It's backplane interface would then be Te3/1. You then use the monitor command to configure the source (SPAN) port to this interface.
monitor session 1 source interface TenGigabitEthernet 3/1 both
monitor session 1 destination interface GigabitEthernet x/y
Configure the destination (SPAN) port as a trunk port so that the VLAN IDs will be preserved:
interface Gix/y
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
switchport nonegotiate
Wireshark tool
Playing with ethereal captures is a lot fun. Sometimes major issues are cracked with the help of tcp dumps analyzing tools.
http://wiki.wireshark.org/DisplayFilters
http://wiki.wireshark.org/DisplayFilters
Subscribe to:
Posts (Atom)