|
|
Table Of Contents
Monitoring and Troubleshooting
Using CLI Commands to Monitor the Cisco 7609 and Cisco Catalyst 6500
Using CLI Commands to Monitor the Cisco Catalyst 4500
Using CLI Commands to Monitor and Troubleshoot the Cisco uMG9820
Using CLI Commands to Monitor and Troubleshoot the Cisco uMG9850
Monitoring and Troubleshooting
This chapter provides an introduction to monitoring and troubleshooting the Cisco Ethernet switches in the Cisco Gigabit-Ethernet Optimized VoD Solution, Release 2.0, and presents the following major topics:
•
Using CLI Commands to Monitor the Cisco 7609 and Cisco Catalyst 6500
•
Using CLI Commands to Monitor the Cisco Catalyst 4500
•
Using CLI Commands to Monitor and Troubleshoot the Cisco uMG9820
•
Using CLI Commands to Monitor and Troubleshoot the Cisco uMG9820
For the architecture of the components discussed here, see "Implementing and Configuring the Solution."
Using CLI Commands to Monitor the Cisco 7609 and Cisco Catalyst 6500
This section addresses the following command-line interface (CLI) commands, presented in alphabetical order:
•
show arp
logging event link-status
The command logging event link-status is useful in providing the up/down status of links, sending messages to the console when the status of a link changes. This command can be used in conjunction with management applications such as Cisco Info Center (CIC) (which can pick up console messages and perform a notification process), as there is less latency with this command than there is with MIBs and traps. However, take into account that the logging event link-status command should not be used unless it is necessary, because logging can burden the CPU, especially if traps are also being used.
show access-lists
The show access-lists command displays the access lists that are defined on the switch. The syntax is
show access-lists [number | name]
where
number = Access list number <1-2699>.
name = Extended access list name.
The following displays the access lists defined on the switch Headend.
Headend# show access-listsExtended IP access list acl_VoD_OOB10 permit ip 192.168.67.0 0.0.0.255 anyExtended IP access list acl_VoIP10 permit ip 192.168.66.0 0.0.0.255 anyExtended IP access list acl_high_speed_data10 permit ip 192.168.65.0 0.0.0.255 anyExtended IP access list acl_video_high10 permit udp 192.168.48.0 0.0.7.255 192.168.160.0 0.0.3.255 range 3329 6399Extended IP access list acl_video_low10 permit udp 192.168.48.0 0.0.7.255 192.168.160.0 0.0.3.255 range 257 3327show arp
The command show arp displays the ARP table for all ARP entries related to the global routing table. The following displays the ARP table for the switch Headend.
Headend# show arpProtocol Address Age (min) Hardware Addr Type InterfaceInternet 1.14.0.3 141 0060.2fa3.e6f1 ARPA GigabitEthernet5/2Internet 1.14.0.1 225 0000.0c07.ac16 ARPA GigabitEthernet5/2Internet 192.168.65.1 - 000f.24c0.f080 ARPA Vlan65Internet 192.168.67.1 - 000f.24c0.f080 ARPA Vlan67Internet 192.168.66.1 - 000f.24c0.f080 ARPA Vlan66Internet 192.168.65.101 13 0010.9402.0818 ARPA Vlan65Internet 192.168.65.100 79 0010.9402.0817 ARPA Vlan65Internet 192.168.67.100 119 0000.0000.0016 ARPA Vlan67Internet 1.14.135.1 - 000f.24c0.f080 ARPA GigabitEthernet5/2Internet 1.14.133.1 9 0040.f488.57c0 ARPA GigabitEthernet5/2Internet 192.168.168.1 - 000f.24c0.f080 ARPA GigabitEthernet2/15Internet 192.168.168.2 195 000e.d631.8800 ARPA GigabitEthernet2/15Internet 192.168.168.13 - 000f.24c0.f080 ARPA GigabitEthernet2/16Internet 192.168.168.14 164 000c.cfbe.f100 ARPA GigabitEthernet2/16show class-map
The show class-map command displays class map information. The syntax is
show class-map class_name
where
class_name = Name of the class map.
The following displays the class map defined on the switch Headend.
Headend# show class-mapClass Map match-all class_video_high (id 1)Match access-group name acl_video_highClass Map match-all class_VoIP (id 2)Match access-group name acl_VoIPClass Map match-any class-default (id 0)Match anyClass Map match-all class_high_speed_data (id 3)Match access-group name acl_high_speed_dataClass Map match-all class_VoD_OOB (id 4)Match access-group name acl_VoD_OOBClass Map match-all class_video_low (id 5)Match access-group name acl_video_lowshow interfaces
The show interfaces command displays a summary of IP information and status for an interface. The syntax is
show interfaces [type number]
where
type = (Optional) Interface type. For this example, values for type include fastethernet, gigabitethernet, tengigabitethernet, loopback, port-channel, vlan, and tunnel.
number = (Optional) Port number on the selected interface.
The show interfaces command, without a specific interface as an option, retrieves information from every interface. Below are the counters that are relevant to troubleshooting:
•
input errors—This is a count of any errors that occurred while the switch is trying to receive packets from the referenced port. The counter includes both cyclic redundancy check (CRC) and frame errors, but does not include ignored packets. CRC errors occur when the received packets fail the CRC. Frame errors occur when the receiving frame is not complete. The ignored counter counts the number of frames dropped on input because of resource exhaustion in the switch fabric. Overruns occur when interframe gaps (IFGs) are so short that a new Ethernet frame arrives before the previous frame has been completely stored in shared memory.
•
output errors—This is a count of any errors that occurred while the switch is trying to transmit packets from the referenced port. Collisions shows the number of times a collision occurred while the switch is trying to transmit a packet from the referenced port. This counter should be 0 for a port operating in full-duplex mode. The interface resets counter counts the number of times the port resets itself, generally the result of link-up or link-down transitions. Underruns occur when packets are not retrieved quickly enough from shared memory to be transmitted.
•
babbles and late collisions—A babble is an error caused by the transmission of frames in excess of 1518 bytes in size. A late collision is a collision that occurs outside of the collision window, which is typically caused by a duplex mismatch or a wire length that exceeds the distance limitations (100 meters for 10/100BASE-T ports). The deferred counter tabulates the number of times the port had to wait to transmit as a result of traffic on the wire.
•
lost carrier and no carrier—The carrier is an electrical signal that Ethernet devices use to detect whether the wire is currently being used by another transmitting station. The lost carrier counter increases each time a carrier sense loss occurs. This happens when the hardware is transmitting a frame onto the wire and does not see its own carrier wave on the Ethernet. The absence of the carrier signal increments the no carrier counter.
The following forms of the show interfaces command can provide a great deal of information of assistance in troubleshooting Cisco 7609 and Cisco Catalyst 6500 series switches. The examples below show nominal values for a show interfaces command on a headend switch for the following interfaces.
The following shows the VoD ingress port GigabitEthernet 3/38 on Headend.
Headend# show interfaces GigabitEthernet 3/38GigabitEthernet3/38 is up, line protocol is up (connected)Hardware is C6k 1000Mb 802.3, address is 000e.8400.2305 (bia 000e.8400.2305)Description: BDL7: SeaChange VoD server ingress (ITVDemo1)MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,reliability 255/255, txload 1/255, rxload 78/255Encapsulation ARPA, loopback not setFull-duplex, 1000Mb/sinput flow-control is off, output flow-control is onClock mode is autoARP type: ARPA, ARP Timeout 04:00:00Last input never, output never, output hang neverLast clearing of "show interface" counters 00:08:46Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0Queueing strategy: fifoOutput queue: 0/40 (size/max)30 second input rate 308167000 bits/sec, 28283 packets/sec30 second output rate 0 bits/sec, 0 packets/sec14704804 packets input, 20027945772 bytes, 0 no bufferReceived 0 broadcasts, 0 runts, 0 giants, 0 throttles0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored0 input packets with dribble condition detected231 packets output, 16093 bytes, 0 underruns0 output errors, 0 collisions, 0 interface resets0 babbles, 0 late collision, 0 deferred0 lost carrier, 0 no carrier0 output buffer failures, 0 output buffers swapped outThe following shows the 10-GE optical transport link on Headend. The destination is DHub_Sw_A.
Headend# show interfaces TenGigabitEthernet 7/1TenGigabitEthernet7/1 is up, line protocol is up (connected)Hardware is C6k 10000Mb 802.3, address is 000e.834a.2160 (bia 000e.834a.2160)Description: UDL1: Video traffic to DHub_Sw_A (TenGig1/1)MTU 1500 bytes, BW 10000000 Kbit, DLY 10 usec,reliability 255/255, txload 6/255, rxload 1/255Encapsulation ARPA, loopback not setFull-duplex, 10Gb/sinput flow-control is off, output flow-control is onARP type: ARPA, ARP Timeout 04:00:00Last input never, output 00:00:24, output hang neverLast clearing of "show interface" counters 00:10:10Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0Queueing strategy: fifoOutput queue: 0/40 (size/max)30 second input rate 0 bits/sec, 0 packets/sec30 second output rate 240000000 bits/sec, 21962 packets/sec0 packets input, 0 bytes, 0 no bufferReceived 0 broadcasts, 0 runts, 0 giants, 0 throttles0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored0 input packets with dribble condition detected13394906 packets output, 18297351799 bytes, 0 underruns0 output errors, 0 collisions, 0 interface resets0 babbles, 0 late collision, 0 deferred0 lost carrier, 0 no carrier0 output buffer failures, 0 output buffers swapped outThe following shows the VoD ingress VLAN on Headend.
Headend# show interfaces vlan 50Vlan50 is up, line protocol is upHardware is EtherSVI, address is 000f.24c0.f080 (bia 000f.24c0.f080)Description: VoD serversInternet address is 192.168.50.2/24MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,reliability 255/255, txload 1/255, rxload 67/255Encapsulation ARPA, loopback not setARP type: ARPA, ARP Timeout 04:00:00Last input 00:17:51, output 00:00:02, output hang neverLast clearing of "show interface" counters 00:11:13Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0Queueing strategy: fifoOutput queue: 0/40 (size/max)30 second input rate 262858000 bits/sec, 24123 packets/sec30 second output rate 0 bits/sec, 0 packets/secL2 Switched: ucast: 0 pkt, 0 bytes - mcast: 0 pkt, 0 bytesL3 in Switched: ucast: 14871348 pkt, 20254775976 bytes - mcast: 0 pkt, 0 bytesmcastL3 out Switched: ucast: 0 pkt, 0 bytes mcast: 0 pkt, 0 bytes14985714 packets input, 20409197752 bytes, 0 no bufferReceived 0 broadcasts, 0 runts, 0 giants, 0 throttles0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored299 packets output, 20821 bytes, 0 underruns0 output errors, 0 interface resets0 output buffer failures, 0 output buffers swapped outshow ip arp vrf
The show ip arp vrf command displays the ARP table for all ARP entries related to the Video VRF. The syntax is
show ip arp [vrf vrf_name]
where
vrf_name = Name of the VRF routing table.
The following displays the ARP table for the switch Headend.
Headend# show ip arp vrf VideoProtocol Address Age (min) Hardware Addr Type InterfaceInternet 192.168.50.111 150 000b.dbe7.4e9c ARPA Vlan50Internet 192.168.50.2 - 000f.24c0.f080 ARPA Vlan50Internet 192.168.50.1 - 0000.0c07.ac32 ARPA Vlan50Internet 192.168.169.1 - 000f.24c0.f080 ARPA Vlan1690Internet 192.168.169.2 198 000e.d631.8800 ARPA Vlan1690 pv 1022Internet 192.168.169.9 - 000f.24c0.f080 ARPA TenGigabitEthernet7/3Internet 192.168.169.10 201 000c.cfbe.f100 ARPA TenGigabitEthernet7/3show ip route
The show ip route command displays the global IP routing table. The following displays the global IP routing table for the switch Headend.
Headend# show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2ia - IS-IS inter area, * - candidate default, U - per-user static routeo - ODR, P - periodic downloaded static routeGateway of last resort is not setO 192.168.166.0/24 [110/3] via 192.168.168.2, 1w6d, GigabitEthernet2/15[110/3] via 192.168.168.14, 1w6d, GigabitEthernet2/16O 192.168.164.0/24 [110/3] via 192.168.168.2, 1w6d, GigabitEthernet2/15[110/3] via 192.168.168.14, 1w6d, GigabitEthernet2/16O 192.168.165.0/24 [110/2] via 192.168.168.14, 1w6d, GigabitEthernet2/16C 192.168.65.0/24 is directly connected, Vlan65C 192.168.66.0/24 is directly connected, Vlan6610.0.0.0/32 is subnetted, 1 subnetsC 10.10.10.10 is directly connected, Loopback1C 192.168.67.0/24 is directly connected, Vlan6711.0.0.0/32 is subnetted, 1 subnetsO 11.11.11.11 [110/2] via 192.168.168.2, 1w6d, GigabitEthernet2/1512.0.0.0/32 is subnetted, 1 subnetsO 12.12.12.12 [110/2] via 192.168.168.2, 1w6d, GigabitEthernet2/1513.0.0.0/32 is subnetted, 1 subnetsO 13.13.13.13 [110/3] via 192.168.168.2, 1w6d, GigabitEthernet2/15[110/3] via 192.168.168.14, 1w6d, GigabitEthernet2/16192.168.168.0/30 is subnetted, 6 subnetsC 192.168.168.0 is directly connected, GigabitEthernet2/15O 192.168.168.4 [110/2] via 192.168.168.2, 1w6d, GigabitEthernet2/15O 192.168.168.8 [110/2] via 192.168.168.14, 1w6d, GigabitEthernet2/16C 192.168.168.12 is directly connected, GigabitEthernet2/16O 192.168.168.16 [110/2] via 192.168.168.2, 1w6d, GigabitEthernet2/15O 192.168.168.20 [110/3] via 192.168.168.2, 1w6d, GigabitEthernet2/15[110/3] via 192.168.168.14, 1w6d, GigabitEthernet2/1614.0.0.0/32 is subnetted, 1 subnetsC 14.14.14.14 is directly connected, Loopback315.0.0.0/32 is subnetted, 1 subnetsO 15.15.15.15 [110/2] via 192.168.168.14, 1w6d, GigabitEthernet2/16show ip route vrf
The show ip route vrf command displays the Video VRF IP routing table. The syntax is
show ip route [vrf vrf_name]
where
vrf_name = Name of the VRF routing table.
The following displays the Video VRF IP routing table for the switch Headend.
Headend# show ip route vrf VideoCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2ia - IS-IS inter area, * - candidate default, U - per-user static routeo - ODR, P - periodic downloaded static routeGateway of last resort is not set192.168.162.0/29 is subnetted, 1 subnetsO 192.168.162.0[110/2] via 192.168.169.10, 00:00:19, TenGigabitEthernet7/3192.168.160.0/24 is variably subnetted, 2 subnets, 2 masksO 192.168.160.0/28 [110/2] via 192.168.169.2, 00:00:19, Vlan1690O 192.168.160.16/30 [110/2] via 192.168.169.2, 00:00:19, Vlan1690192.168.161.0/28 is subnetted, 1 subnetsO 192.168.161.0 [110/3] via 192.168.169.2, 00:00:19, Vlan1690C 192.168.50.0/24 is directly connected, Vlan50192.168.169.0/30 is subnetted, 3 subnetsC 192.168.169.0 is directly connected, Vlan1690O 192.168.169.4 [110/2] via 192.168.169.2, 00:00:20, Vlan1690C 192.168.169.8 is directly connected, TenGigabitEthernet7/3show ip vrf
The show ip vrf command lists a summary of defined Virtual Private Network (VPN) routing/forwarding instances (VRFs) and associated interfaces. The syntax is
show ip vrf [brief | detail | interfaces | id] [vrf-name]
where
brief = (Optional) Displays concise information on the VRFs and associated interfaces.
detail = (Optional) Displays detailed information on the VRFs and associated interfaces.
interfaces = (Optional) Displays detailed information about all interfaces bound to a particular VRF or any VRF.
id = (Optional) Displays the VPN IDs that are configured in a PE router for different VPNs.
vrf-name = (Optional) Name assigned to a VRF.
The following displays summary information about the VRF and interfaces associated with the VRF.
Headend# show ip vrfName Default RD InterfacesVideo 1000:1 Vlan50Vlan1690TenGigabitEthernet7/3Tunnel1Tunnel3The following displays detailed information about all interfaces bound to a particular VRF or any VRF.
Headend# show ip vrf interfacesInterface IP-Address VRF ProtocolVlan50 192.168.50.2 Video upVlan1690 192.168.169.1 Video upTenGigabitEthernet7/3 192.168.169.9 Video upTunnel1 unassigned Video upTunnel3 unassigned Video upshow mls qos
The show mls qos command displays the QoS information. The syntax is
show mls qos [{ip | mac | maps} [interface-number]
where
ip = (Optional) Displays IP status information.
mac = (Optional) Displays MAC address-based QoS status information.
maps = (Optional) Displays QoS mapping information.
interface-number = Number of the interface.
The following displays a summary status of QoS on the switch Headend.
Headend# show mls qosQoS is enabled globallyMicroflow policing is enabled globallyQoS ip packet dscp rewrite enabled globallyQos trust state is DSCP on the following interfaces:Gi2/15 Gi2/16Vlan or Portchannel(Multi-Earl) policies supported: YesEgress policies supported: Yes----- Module [1] -----QoS global counters:Total packets: 0IP shortcut packets: 0Packets dropped by policing: 0IP packets with TOS changed by policing: 0IP packets with COS changed by policing: 0Non-IP packets with COS changed by policing: 0MPLS packets with EXP changed by policing: 0----- Module [2] -----QoS global counters:Total packets: 38IP shortcut packets: 0Packets dropped by policing: 0IP packets with TOS changed by policing: 0IP packets with COS changed by policing: 38Non-IP packets with COS changed by policing: 0MPLS packets with EXP changed by policing: 0----- Module [5] -----QoS global counters:Total packets: 1304497IP shortcut packets: 0Packets dropped by policing: 0IP packets with TOS changed by policing: 1304356IP packets with COS changed by policing: 1304354Non-IP packets with COS changed by policing: 0MPLS packets with EXP changed by policing: 0----- Module [7] -----QoS global counters:Total packets: 0IP shortcut packets: 0Packets dropped by policing: 0IP packets with TOS changed by policing: 0IP packets with COS changed by policing: 0Non-IP packets with COS changed by policing: 0MPLS packets with EXP changed by policing: 0The following displays the status of QoS on the VoD ingress interface (GigabitEthernet 3/38) on the switch Headend.
Headend# show mls qos ip GigabitEthernet 3/38[In] Policy map is setDSCP [Out] Default.QoS Summary [IP]: (* - shared aggregates, Mod - switch module)Int Mod Dir Class-map DSCP Agg Trust Fl AgForward-By AgPoliced-ById Id-------------------------------------------------------------------------------Gi3/38 5 In class_vide 32 16 No 0 36965569386 0Gi3/38 5 In class_vide 34 22 No 0 36965572110 0Gi3/38 5 In class_VoIP 46 23 No 0 0 0Gi3/38 5 In class_VoD_ 24 24 No 0 0 0Gi3/38 5 In class_high 0 25 No 0 0 0The following displays the DSCP-to-CoS mapping on Headend.
Headend# show mls qos maps dscp-cosDscp-cos map: (dscp= d1d2)d1 : d2 0 1 2 3 4 5 6 7 8 9-------------------------------------0 : 00 00 00 00 00 00 00 00 01 011 : 01 01 01 01 01 01 02 02 02 022 : 02 02 02 02 03 03 03 03 03 033 : 03 03 05 04 04 04 04 04 04 044 : 05 05 05 05 05 05 05 05 06 065 : 06 06 06 06 06 06 07 07 07 076 : 07 07 07 07show policy-map
The show policy-map command displays the packet statistics of all classes that are configured for all service policies either on the switch or on a specified interface. The syntax is
show policy-map [interface interface-name [input | output]]
where
interface-name = Name of the interface or subinterface whose policy configuration is to be displayed.
input = (Optional) Displays statistics for the attached input policy.
output = (Optional) Displays statistics for the attached output policy.
The following displays the policy-map for the VoD ingress interface (GigabitEthernet 3/38) on the switch Headend.
Headend# show policy-map interface GigabitEthernet 3/38GigabitEthernet3/38Service-policy input: setDSCPclass-map: class_video_high (match-all)Match: access-group name acl_video_highset dscp 32:Earl in slot 5 :63643922502 bytes30 second offered rate 154240528 bpsaggregate-forwarded 63643922502 bytesclass-map: class_video_low (match-all)Match: access-group name acl_video_lowset dscp 34:Earl in slot 5 :63643921140 bytes30 second offered rate 154240400 bpsaggregate-forwarded 63643921140 bytesclass-map: class_VoIP (match-all)Match: access-group name acl_VoIPset dscp 46:Earl in slot 5 :0 bytes30 second offered rate 0 bpsaggregate-forwarded 0 bytesclass-map: class_VoD_OOB (match-all)Match: access-group name acl_VoD_OOBset dscp 24:Earl in slot 5 :0 bytes30 second offered rate 0 bpsaggregate-forwarded 0 bytesclass-map: class_high_speed_data (match-all)Match: access-group name acl_high_speed_dataset dscp 0:Earl in slot 5 :0 bytes30 second offered rate 0 bpsaggregate-forwarded 0 bytesshow queueing interface
The show queueing interface command displays the queueing statistics of an interface. The syntax is
show queueing interface interface-number
where
interface-number = Number of the interface.
The following displays queueing information for the 10-GE transport interface on the switch Headend.
Note
When this capture was taken, there was approximately 9.9 Gbps of data being transmitted out the interface. From the second to the last table in the output, you can see that low-priority video traffic in Tx Queue 3 has experienced dropped packets, while the high-priority video traffic in Tx Queue 8 has not experienced any dropped packets.
Headend# show queueing interface TenGigabitEthernet 7/1Interface TenGigabitEthernet7/1 queueing strategy: Weighted Round-RobinPort QoS is enabledPort is untrustedExtend trust state: not trusted [COS = 0]Default COS is 0Queueing Mode In Tx direction: mode-cosTransmit queues [type = 1p7q8t]:Queue Id Scheduling Num of thresholds-----------------------------------------01 WRR 0802 WRR 0803 WRR 0804 WRR 0805 WRR 0806 WRR 0807 WRR 0808 Priority 01<---output omitted--->Packets dropped on Transmit:queue dropped [cos-map]---------------------------------------------1 0 [0 1 ]2 377679 [2 3 4 ]3 0 [6 7 ]4 0 []5 0 []6 0 []7 0 []8 0 [5 ]Packets dropped on Receive:queue dropped [cos-map]---------------------------------------------1 0 [0 1 2 3 4 5 6 7 ]2 0 []3 0 []4 0 []5 0 []6 0 []7 0 []8 0 []show standby
When using HSRP on an interface or VLAN, the virtual IP address and virtual MAC address are not shown in the running configuration. The show standby command can be used to verify this information. The syntax is
show standby [interface-number]
where
interface-number = Number of the interface.
The following displays the HSRP for the VoD ingress VLAN 50.
Headend# show standby vlan 50Vlan50 - Group 50Local state is Active, priority 100Hellotime 3 sec, holdtime 10 secNext hello sent in 0.658Virtual IP address is 192.168.50.1 configuredActive router is localStandby router is unknownVirtual mac address is 0000.0c07.ac322 state changes, last state change 3w6dIP redundancy name is "hsrp-Vl50-50" (default)Using CLI Commands to Monitor the Cisco Catalyst 4500
This section addresses the followingCLI commands, presented in alphabetical order:
•
show arp
•
show arp
show arp
The show arp command displays the ARP table for all ARP entries related to the global routing table.
The following displays the ARP table for the QAM switch QAM_Sw_A. The three entries are for the DHub_Sw_A side of the EtherChannel, VLAN 160 on QAM_Sw_A, and the Cisco uMG9850 in slot 4.
QAM_Sw_A# show arpProtocol Address Age (min) Hardware Addr Type InterfaceInternet 192.168.65.1 - 000f.24c0.f080 ARPA Vlan65Internet 192.168.67.1 - 000f.24c0.f080 ARPA Vlan67Internet 192.168.66.1 - 000f.24c0.f080 ARPA Vlan66Internet 192.168.65.101 13 0010.9402.0818 ARPA Vlan65Internet 192.168.65.100 79 0010.9402.0817 ARPA Vlan65Internet 192.168.67.100 119 0000.0000.0016 ARPA Vlan67Internet 192.168.168.1 - 000f.24c0.f080 ARPA GigabitEthernet2/15Internet 192.168.168.2 195 000e.d631.8800 ARPA GigabitEthernet2/15Internet 192.168.168.13 - 000f.24c0.f080 ARPA GigabitEthernet2/16Internet 192.168.168.14 164 000c.cfbe.f100 ARPA GigabitEthernet2/16show interfaces
The show interfaces command here is similar in function to logging event link-status. It displays a summary of IP information and status for an interface. The syntax is
show interfaces [type number]
where
type = (Optional) Interface type. For this example, values for type include fastethernet, gigabitethernet, tengigabitethernet, loopback, port-channel, vlan, and tunnel.
number = (Optional) Port number on the selected interface.
The following displays interface statistics for the EtherChannel coming into QAM_Sw_A from DHub_Sw_A.
QAM_Sw_A# show interfaces port-channel 1Port-channel1 is up, line protocol is up (connected)Hardware is EtherChannel, address is 0008.e365.fc7a (bia 0008.e365.fc7a)Description: Video traffic to/from DHub_Sw_A (Gig3/6,Gig3/7)MTU 1500 bytes, BW 2000000 Kbit, DLY 10 usec,reliability 255/255, txload 1/255, rxload 10/255Encapsulation ARPA, loopback not setKeepalive set (10 sec)Full-duplex, 1000Mb/s, media type is unknown media typeinput flow-control is off, output flow-control is unsupportedMembers in this channel: Gi3/1 Gi4/14ARP type: ARPA, ARP Timeout 04:00:00Last input never, output never, output hang neverLast clearing of "show interface" counters 01:16:41Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0Queueing strategy: fifoOutput queue: 0/40 (size/max)30 second input rate 79138000 bits/sec, 7263 packets/sec30 second output rate 0 bits/sec, 0 packets/sec33522516 packets input, 45653971005 bytes, 0 no bufferReceived 2889 broadcasts (635 multicast)0 runts, 0 giants, 0 throttles0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored0 input packets with dribble condition detected3080 packets output, 272967 bytes, 0 underruns0 output errors, 0 collisions, 0 interface resets0 babbles, 0 late collision, 0 deferred0 lost carrier, 0 no carrier0 output buffer failures, 0 output buffers swapped outshow mac-address-table
The show mac-address-table command displays the MAC address table.
The following displays the MAC address table for the QAM switch QAM_Sw_A. The static type entries are for interfaces on the switch, and the dynamic type entries are for learned MAC addresses. The three learned MAC addresses are for the DHub_Sw_A side of the EtherChannel and the two Cisco uMG9850s.
QAM_Sw_A# show mac-address-tableUnicast Entriesvlan mac address type protocols port-------+---------------+--------+---------------------+--------------------160 000c.8523.74bf static ip,ipx,assigned,other Switch160 0005.9a3f.53ff dynamic ip GigabitEthernet4/17160 000e.d631.8800 dynamic ip,assigned Port-channel1160 000f.3449.af44 dynamic ip GigabitEthernet7/17Multicast Entriesvlan mac address type ports-------+---------------+-------+-------------------------------------------1 ffff.ffff.ffff system Gi4/16,Gi7/16160 ffff.ffff.ffff system Switch,Gi4/17,Gi7/17,Po1Using CLI Commands to Monitor and Troubleshoot the Cisco uMG9820
For these commands, see Chapter 5, "Troubleshooting," in Cisco uMG9820 QAM Gateway Installation and Configuration Guide at the following URL:
http://www.cisco.com/univercd/cc/td/doc/product/cable/vod/umg9820/index.htm
Using CLI Commands to Monitor and Troubleshoot the Cisco uMG9850
For these commands, see "Monitoring and Troubleshooting" in Configuring the Cisco uMG9850 QAM Module for Cisco IOS Release 12.1(20)EU at the following URL:
http://www.cisco.com/univercd/cc/td/doc/product/cable/vod/umg9850/index.htm
Posted: Mon Mar 13 09:08:09 PST 2006
All contents are Copyright © 1992--2006 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.