Table Of Contents
show station softerror counters
2show rgmp statistics
Use the show rgmp statistics command to display all the RGMP-related statistics for a given VLAN.
show rgmp statistics [vlan]
Syntax Description
Defaults
The default is VLAN 1.
Command Types
Switch command.
Command Modes
Normal.
Usage Guidelines
This command is supported by the Catalyst 5000 family switches.
Examples
This example displays RGMP-related statistics for a specific VLAN:
Console> show rgmp statistics 23RGMP enabledRGMP Statistics for vlan <23>:Recieve: Valid pkts: 20Hellos: 10Joins: 5Leaves: 5Join Alls: 0Leave Alls: 0Byes: 0Discarded: 0Transmit:Total Pkts: 10Failures: 0Hellos: 10Joins: 0Leaves: 0Join Alls: 0Leave Alls: 0Byes: 0Console>Related Commands
show rif
Use the show rif command to display RIF information.
show rif [vlan_num]
Syntax Description
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Usage Guidelines
This command is supported by the Catalyst 5000 family switches.
Examples
This example shows how to display RIF information for the system and for a VLAN:
Console> show rifMAC VLAN RIF-------------------- -------- --------------------00:00:30:e2:cf:00 on 401 via 0610.001a.002000:05:77:01:bc:4a on 1020 via 0690.00d1.00e200:05:77:01:bc:4b on 1020 via 0690.00d1.00e200:05:77:01:bc:48 on 1020 via 0690.00d1.00e2This example shows how to display RIF information for a VLAN:
Console> show rif 401MAC VLAN RIF-------------------- -------- --------------------00:00:30:e2:cf:00 on 401 via 0610.001a.0020Console>show rsmautostate
Use the show rsmautostate command to display the current status of line protocol state determination of the RSMs caused by Catalyst 5000 family and 2926G series switch port state change.
show rsmautostate mod_num
Syntax Description
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Usage Guidelines
This command is supported by the Catalyst 5000 family switches.
Examples
This example shows how to display the current status of RSM line protocol state determination:
Console> show rsmautostateRSM Auto port state: enabledConsole>Related Commands
show snmp
Use the show snmp command to display SNMP information.
show snmp [noalias]
show snmp counters
show snmp counters {mod_num | port_num} [dot1d | dot3 | dot5 | fddi | hcrmon | ifmib | rmon]
Syntax Description
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Defaults
This example shows how to display SNMP information:
Console> show snmpRMON: EnabledTraps Enabled: ChassisPort Traps Enabled: NoneCommunity-Access Community-String---------------- --------------------read-only publicread-write privateread-write-all secretTrap-Rec-Address Trap-Rec-Community---------------------------------------- --------------------192.122.173.42 publicConsole>This example shows the SNMP information displayed when a Network Analysis Module is installed:
Console> show snmpRMON: EnabledTraps Enabled: ChassisPort Traps Enabled: NoneCommunity-Access Community-String---------------- --------------------read-only publicread-write privateread-write-all secretTrap-Rec-Address Trap-Rec-Community---------------------------------------- --------------------192.122.173.42 publicExtended Rmon: DisabledExtended RMON Netflow: DisabledExtended RMON Vlanmode: DisabledExtended RMON Vlanagent: DisabledTable 2-59 describes the possible fields (depending on the port type queried) in the show snmp command output.
This example shows how to display SNMP counter information:
Console> (enable) show snmp countersmib2 SNMP group counters:snmpInPkts = 13993snmpOutPkts = 13960snmpInBadVersions = 0snmpInBadCommunityNames = 33snmpInBadCommunityUses = 0snmpInASNParseErrs = 0snmpInNoSuchNames = 0snmpInBadValues = 0snmpInReadOnlys = 0snmpInGenErrs = 0snmpInTotalReqVars = 61747snmpInTotalSetVars = 0snmpInGetRequests = 623snmpInGetNexts = 13337snmpInSetRequests = 0snmpInGetResponses = 0snmpInTraps = 0snmpOutTooBigs = 0snmpOutNoSuchNames = 230snmpOutBadValues = 0snmpOutGenErrs = 0snmpOutGetRequests = 0snmpOutGetNexts = 0snmpOutSetRequests = 0snmpOutGetResponses = 13960snmpOutTraps = 0Console> (enable)Table 2-60 describes the fields in the show snmp counter command output.
Table 2-60 show snmp counters Command Output Fields
Field DescriptionsnmpInPkts
Number of messages delivered to the SNMP entity from the transport service.
snmpOutPkts
Number of SNMP messages passed from the SNMP protocol entity to the transport service.
snmpInBadVersions
Number of SNMP messages delivered to the SNMP entity for an unsupported SNMP version.
snmpInBadCommunityNames
Number of SNMP messages delivered to the SNMP entity that used an SNMP community name not known to said entity.
snmpInBadCommunityUses
Number of SNMP messages delivered to the SNMP entity that represented an SNMP operation not allowed by the SNMP community named in the message.
snmpInASNParseErrs
Number of ASN.1 or BER errors encountered by the SNMP entity when decoding received SNMP messages.
snmpInTooBigs
Number of SNMP PDUs delivered to the SNMP protocol entity with the value of the error-status field as "tooBig."
snmpInNoSuchNames
Number of SNMP PDUs delivered to the SNMP protocol entity with the value of the error-status field as "noSuchName."
snmpInBadValues
Number of SNMP PDUs delivered to the SNMP protocol entity with the value of the error-status field as "badValue."
snmpInReadOnlys1
Number of valid SNMP PDUs delivered to the SNMP protocol entity with the value of the error-status field as "readOnly."
snmpInGenErrs
Number of SNMP PDUs delivered to the SNMP protocol entity with the value of the error-status field as "genErr."
snmpInTotalReqVars
Number of MIB objects retrieved successfully by the SNMP protocol entity as the result of receiving valid SNMP Get-Request and Get-Next PDUs.
snmpInTotalSetVars
Number of MIB objects altered successfully by the SNMP protocol entity as the result of receiving valid SNMP Set-Request PDUs.
snmpInGetRequests
Number of SNMP Get-Request PDUs accepted and processed by the SNMP protocol entity.
snmpInGetNexts
Number of SNMP Get-Next PDUs accepted and processed by the SNMP protocol entity.
snmpInSetRequests
Number of SNMP Set-Request PDUs accepted and processed by the SNMP protocol entity.
snmpInGetResponses
Number of SNMP Get-Response PDUs accepted and processed by the SNMP protocol entity.
snmpInTraps
Number of SNMP Trap PDUs accepted and processed by the SNMP protocol entity.
snmpOutTooBigs
Number of SNMP PDUs generated by the SNMP protocol entity with the value of the error-status field as "tooBig."
snmpOutNoSuchNames
Number of SNMP PDUs generated by the SNMP protocol entity with the value of the error-status as "noSuchName."
snmpOutBadValues
Number of SNMP PDUs generated by the SNMP protocol entity with the value of the error-status field as "badValue."
snmpOutGenErrs
Number of SNMP PDUs generated by the SNMP protocol entity with the value of the error-status field as "genErr."
snmpOutGetRequests
Number of SNMP Get-Request PDUs generated by the SNMP protocol entity.
snmpOutGetNexts
Number of SNMP Get-Next PDUs generated by the SNMP protocol entity.
snmpOutSetRequests
Number of SNMP Set-Request PDUs generated by the SNMP protocol entity.
snmpOutGetResponses
Number of SNMP Get-Response PDUs generated by the SNMP protocol entity.
snmpOutTraps
Number of SNMP Trap PDUs generated by the SNMP protocol entity.
1 It is a protocol error to generate an SNMP PDU that contains the value "readOnly" in the error-status field. This object is provided as a means of detecting incorrect implementations of the SNMP.
This example shows how to display dot1d MIB counter information for module 1, port 7:
Console> (enable) show snmp counters 1/7 dot1ddot1d MIB counters:dot1dBasePortDelayExceededDiscards = 0dot1dBasePortMtuExceededDiscards = 0dot1dStpTopChanges = 0dot1dStpPortForwardTransitions = 0dot1dTpLearnedEntryDiscards = 0dot1dTpPortInFrames = 0dot1dTpPortOutFrames = 0dot1dTpPortInDiscards = 0Console> (enable)This example shows how to display etherlike counters for module 1, port 7:
Console> (enable) show snmp counters 1/7 dot3Etherlike-MIB counters:dot3StatsAlignmentErrors = 0dot3StatsFCSErrors = 0dot3StatsSingleCollisionFrames = 0dot3StatsMultipleCollisionFrames = 0dot3StatsSQETestErrors = 0dot3StatsDeferredTransmissions = 0dot3StatsLateCollisions = 0dot3StatsExcessiveCollisions = 0dot3StatsInternalMacTransmitErrors = 0dot3StatsCarrierSenseErrors = 0dot3StatsFrameTooLongs = 0dot3StatsInternalMacReceiveErrors = 0Console> (enable)This example shows how to display Token Ring counters for module 7, port 3:
Console> (enable) show snmp counters 7/3 dot5Dot5 MIB:dot5StatsLineErrors = 0dot5StatsBurstErrors = 0dot5StatsACErrors = 0dot5StatsAbortTransErrors = 0dot5StatsInternalErrors = 0dot5StatsLostFrameErrors = 0dot5StatsReceiveCongestions = 0dot5StatsFrameCopiedErrors = 0dot5StatsTokenErrors = 0dot5StatsSoftErrors = 0dot5StatsHardErrors = 0dot5StatsSignalLoss = 0dot5StatsTransmitBeacons = 0dot5StatsRecoverys = 0dot5StatsLobeWires = 0dot5StatsRemoves = 0dot5StatsSingles = 0dot5StatsFreqErrors = 0Console> (enable)This example shows how to display hcrmon counters for module 1, port 7:
Console> (enable) show snmp counters 1/7 hcrmonHC-RMON:etherStatsHighCapacityOverflowPkts = 0etherStatsHighCapacityPkts = 0etherStatsHighCapacityOverflowOctets = 0etherStatsHighCapacityOctets = 0etherStatsHighCapacityOverflowPkts64Octets = 0etherStatsHighCapacityPkts64Octets = 0etherStatsHighCapacityOverflowPkts65to127Octets = 0etherStatsHighCapacityPkts65to127Octets = 0etherStatsHighCapacityOverflowPkts128to255Octets = 0etherStatsHighCapacityPkts128to255Octets = 0etherStatsHighCapacityOverflowPkts256to511Octets = 0etherStatsHighCapacityPkts256to511Octets = 0etherStatsHighCapacityOverflowPkts512to1023Octets = 0etherStatsHighCapacityPkts512to1023Octets = 0etherStatsHighCapacityOverflowPkts1024to1518Octets = 0etherStatsHighCapacityPkts1024to1518Octets = 0Console> (enable)This example shows how to display IFMIB counters for module 1, port 7:
Console> (enable) show snmp counters 1/7 ifmibInterface MIB counter:ifInOctets = 0ifInUcastPkts = 0ifInNUcastPkts = 0ifInDiscards = 0ifInErrors = 0ifInUnknownProtos = 0ifOutOctets = 0ifOutUcastPkts = 0ifOutNUcastPkts = 0ifOutDiscards = 0ifOutErrors = 0ifInMulticastPkts = 0ifInBroadcastPkts = 0ifOutMulticastPkts = 0ifOutBroadcastPkts = 0ifHCInOctets = 0ifHCInUcastPkts = 0ifHCInMulticastPkts = 0ifHCInBroadcastPkts = 0ifHCOutOctets = 0ifHCOutUcastPkts = 0ifHCOutMulticastPkts = 0ifHCOutBroadcastPkts = 0Console> (enable)This example shows how to display RMON counters for module 1, port 7:
Console> (enable) show snmp counters 1/7 rmonRMON MIB counters:etherStatsDropEvents = 0etherStatsOctets = 0etherStatsPkts = 0etherStatsBroadcastPkts = 0etherStatsMulticastPkts = 0etherStatsUndersizePkts = 0etherStatsOversizePkts = 0etherStatsFragments = 0etherStatsJabbers = 0etherStatsCollisions = 0etherStatsPkts64Octets = 0etherStatsPkts65to127Octets = 0etherStatsPkts128to255Octets = 0etherStatsPkts256to511Octets = 0etherStatsPkts512to1023Octets = 0etherStatsPkts1024to1518Octets = 0Console> (enable)Related Commands
show snmp access
Use the show snmp acccess command to display SNMP access information.
show snmp access [volatile | nonvolatile | read-only]
show snmp access [-hex] groupname security-model {v1 | v2c}
show snmp access [-hex] groupname security-model v3 {noauthentication | authentication |
privacy}Syntax Description
Defaults
The default storage type is volatile.
Command Types
Switch command.
Command Modes
Privileged.
Usage Guidelines
If you use special characters for the groupname and username (nonprintable delimiters for these parameters), you must use a hexadecimal keyword, which is one or two hexadecimal digits separated by a colon (:); for example, 00:ab:34.
The read-only keyword is supported for security model v3 only.
Related Commands
set snmp access
clear snmp accessshow snmp engineid
Use the show snmp engineid command to display the SNMP local engine ID.
show snmp engineid
Syntax Description
This command has no arguments or keywords.
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Privileged.
Usage Guidelines
If the SNMP engine ID is cleared, the system automatically regenerates a local SNMP engine ID.
The SNMP engine and SNMP entity has a one-to-one mapping. You can also identify the SNMP entity, which is represented as hexadecimal numbers only, and must be from 5-32 bytes long; for example, 00:00:00:09:0a:fe:ff:12:97:33:45:12.
Examples
This example shows how to display the SNMP engine ID:
Console> (enable) show snmp engineidEngineId: 00:00:00:09:00:d0:00:4c:18:00Engine Boots: 1234455Console> (enable)Table 2-61 describes the fields in the show snmp engineid command output.
Related Commands
show snmp group
Use the show snmp group command to display the name of the SNMP group or collection of users who have a common access policy.
show snmp group [volatile | nonvolatile | read-only]
show snmp group {-hex} {groupname} user {-hex} {username} {security-model {v1 | v2 |
v3}}Syntax Description
Defaults
The default storage type is volatile.
Command Types
Switch command.
Command Modes
Privileged.
Usage Guidelines
If you use special characters for the groupname and username (nonprintable delimiters for these parameters), you must use a hexadecimal keyword, which is one or two hexadecimal digits separated by a colon (:); for example, 00:ab:34.
Examples
This example shows how to display the SNMP group:
Console> (enable) show snmp groupSecurity Model: v1Security Name: publicGroup Name: defaultROgroupStorage Type: volatileRow Status: activeSecurity Model: v1Security Name: secretGroup Name: defaultRWALLgroupStorage Type: volatileRow Status: activeSecurity Model: v1Security Name: privateGroup Name: defaultRWgroupStorage Type: volatileRow Status: activeSecurity Model: v2cSecurity Name: publicGroup Name: defaultROgroupStorage Type: volatileRow Status: activeConsole> (enable)Table 2-62 describes the fields in the show snmp group command output.
Related Commands
set snmp group
clear snmp groupshow snmp notify
Use the show snmp notify command to display the snmpNotifyTable configuration.
show snmp notify [volatile | nonvolatile | read-only]
show snmp notify {-hex} {notifyname}
Syntax Description
Defaults
The default is that storage type is nonvolatile.
Command Types
Switch command.
Command Modes
Privileged.
Usage Guidelines
If you use special characters for the notifyname (nonprintable delimiters for this parameter), you must use a hexadecimal keyword, which is one or two hexadecimal digits separated by a colon (:); for example, 00:ab:34.
Examples
This example shows how to display the SNMP notify information for a specific notifyname:
Console> (enable) show snmp notify snmpV1NotificationNotify Name: snmpV1NotificationNotify Tag: snmpV1TrapNotify Type: trapStorage Type: volatileRow Status: activeConsole> (enable)Table 2-63 describes the fields in the show snmp notify command output.
Related Commands
set snmp notify
clear snmp notifyshow snmp targetaddr
Use the show snmp targetaddr command to display the SNMP target address entries in the snmpTargetAddressTable.
show snmp targetaddr [volatile | nonvolatile | read-only]
show snmp targetaddr {-hex} {addrname}
Syntax Description
Defaults
The default storage type is nonvolatile.
Command Types
Switch command.
Command Modes
Privileged.
Usage Guidelines
If you use special characters for the addrname (nonprintable delimiters for this parameter), you must use a hexadecimal keyword, which is one or two hexadecimal digits separated by a colon (:); for example, 00:ab:34.
Examples
This example shows how to display specific target address information in the snmpTargetAddressTable:
Console> (enable) show snmp targetaddr ciscoTarget Address Name: ciscoIP Address: 170.0.25.1UDP Port#: 165Timeout: 100Retry count: 5Tag List: tag1 tag2 tag3Parameters: jeorgeStorage Type: nonvolatileRow Status: activeConsole> (enable)Table 2-64 describes the fields in the show snmp targetaddr command output.
Related Commands
set snmp targetaddr
clear snmp targetaddrshow snmp targetparams
Use the show snmp targetparams command to display the SNMP parameters used in the snmpTargetParamsTable when generating a message to a target.
show snmp targetparams [volatile | nonvolatile | read-only]
show snmp targetparams {-hex} {paramsname}
Syntax Description
Defaults
The default storage type is volatile.
Command Types
Switch command.
Command Modes
Privileged.
Usage Guidelines
If you use special characters for the paramsname (nonprintable delimiters for this parameter), you must use a hexadecimal keyword, which is one or two hexadecimal digits separated by a colon (:); for example, 00:ab:34.
Examples
This example shows how to display specific target parameter information in the snmpTargetParamsTable:
Console> (enable) show snmp targetparams snmpV1TrapParamsTarget Parameter Name: snmpV1TrapParamsMessage Processing Model: v1Security Name: publicSecurity Level: noauthenticationStorage Type: volatileRow Status: activeConsole> (enable)Table 2-65 describes the fields in the show snmp targetparams command output.
Related Commands
set snmp targetparams
clear snmp targetparamsshow snmp user
Use the show snmp user command to display SNMP information for a specific user.
show snmp user [volatile | nonvolatile | read-only]
show snmp user {-hex} {user} [remote {engineid}]
show snmp summary
Syntax Description
Defaults
The defaults are as follows:
•
Storage type is nonvolatile.
•
Local SNMP engine ID.
Command Types
Switch command.
Command Modes
Privileged.
Usage Guidelines
If you use special characters for user (nonprintable delimiters for this parameter), you must use a hexadecimal keyword, which is one or two hexadecimal digits separated by a colon (:); for example, 00:ab:34.
Examples
This example shows how to display specific user information:
Console> (enable) show snmp user joeEngineId: 00:11:22:33:44User Name: joeAuthentication Protocol: md5Privacy Protocol: des56Storage Type: volatileRow Status: activeConsole> (enable)Table 2-66 describes the fields in the show snmp user command output.
Related Commands
show snmp view
Use the show snmp view command to display the SNMP MIB view configuration.
show snmp view [volatile | nonvolatile | read-only]
show snmp view {-hex} {viewname} {subtree}
Syntax Description
Defaults
The default view is volatile.
Command Types
Switch command.
Command Modes
Privileged.
Usage Guidelines
If you use special characters for viewname (nonprintable delimiters for this parameter), you must use a hexadecimal keyword, which is one or two hexadecimal digits separated by a colon (:); for example, 00:ab:34.
A MIB subtree used with a mask defines a view subtree; it can be in OID format or a text name mapped to a valid OID.
Examples
This example shows how to display the SNMP MIB configuration:
Console> (enable) show snmp viewView Name: defaultUserViewSubtree OID: 1.3.6.1Subtree Mask:View Type: includedStorage Type: volatileRow Status: activeControl> (enable)Table 2-67 describes the fields in the show snmp view command output.
Related Commands
show span
Use the show span command to display information about the current SPAN configuration:
show span
Syntax Description
This command has no keywords or arguments.
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Usage Guidelines
SPAN in the context of a single module is the only possible configuration for Token Ring modules.
Examples
This example shows how to display SPAN information for the switch:
Console> (enable) show spanDestination: Port 4/1Admin Source: Port 3/1-6Oper Source: Port 3/1-5Direction: transmit/receiveIncoming Packets: enabledConsole> (enable)Table 2-68 describes the fields in the show span command output.
Related Commands
show spantree
Use the show spantree command to display spanning-tree information for a VLAN.
show spantree [vlan | mod_num/port_num] [active]
Syntax Description
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Usage Guidelines
The Catalyst 2948G and 2980G switches are fixed configuration switches. Ports are located on module 2 for the 2948G and on modules 2 and 3 for the 2980G; for this reason, if you enter mod_num/port_num 1/N, an error message will be displayed.
Examples
This example shows how to display the spanning-tree configuration for VLAN 1005:
Console> show spantree 1005VLAN 1005Spanning tree enabledDesignated Root 00-40-0b-8f-8b-ecDesignated Root Priority 32768Designated Root Cost 0Designated Root Port 1/0Root Max Age 6 sec Hello Time 2 sec Forward Delay 4 secBridge ID MAC ADDR 00-40-0b-8f-8b-ecBridge ID Priority 32768Bridge Max Age 6 sec Hello Time 2 sec Forward Delay 4 secPort,Vlan Vlan Port-State Cost Priority Fast-Start Group-method--------- ---- ------------- ----- -------- ---------- ------------1003 1005 inactive 80 32 disabledConsole>This example shows how to display only the active ports:
Console> show spantree activeVLAN 1Spanning tree enabledSpanning tree type ieeeDesignated Root 00-60-70-4c-70-00Designated Root Priority 32768Designated Root Cost 19Designated Root Port 1/1Root Max Age 20 sec Hello Time 2 sec Forward Delay 15 secBridge ID MAC ADDR 00-e0-1e-9b-2e-00Bridge ID Priority 32768Bridge Max Age 20 sec Hello Time 2 sec Forward Delay 15 secPort Vlan Port-State Cost Priority Fast-Start Group-Method--------- ---- ------------- ----- -------- ---------- ------------1/1 1 forwarding 19 32 disabled3/1-2 1 forwarding 19 32 disabled redundancyTable 2-69 describes the possible fields in the show spantree command output.
Related Commands
show spantree backbonefast
show spantree blockedports
show spantree portstate
show spantree portvlancost
show spantree statistics
show spantree summary
show spantree uplinkfastshow spantree backbonefast
Use the show spantree backbonefast command to display whether the spanning-tree Backbone Fast Convergence feature is enabled.
show spantree backbonefast
Syntax Description
This command has no arguments or keywords.
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Examples
This example shows how to display whether the spanning-tree Backbone Fast Convergence feature is enabled:
Console> show spantree backbonefastBackbonefast is enabled.Console>show spantree blockedports
Use the show spantree blockedports command to display only the blocked ports.
show spantree blockedports [vlan_num]
Syntax Description
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Usage Guidelines
If you do not specify a VLAN number, all blocked ports in the system are displayed.
Examples
This example shows how to display the blocked ports for VLAN 1002:
Console> show spantree blockedports 1002Number of blocked ports (segments) in VLAN 1002 : 0Console>Related Commands
show spantree portstate
Use the show spantree portstate command to determine the current spanning-tree state of a Token Ring port within a spanning tree.
show spantree portstate [trcrf]
Syntax Description
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Usage Guidelines
This command is supported by the Catalyst 5000 family switches.
Examples
This example shows how to display the current spanning-tree state of a Token Ring port within a spanning tree:
Console> show spantree portstate 1003Port,Vlan Vlan Port-State Cost Priority Fast-Start Group-method--------- ---- ------------- ----- -------- ---------- ------------1003 1005 inactive 80 4 disabled* = portstate set by user configurationConsole>Related Commands
show spantree portvlancost
Use the show spantree portvlancost command to show the path cost for the VLANs on a port.
show spantree portvlancost mod_num/port_num
Syntax Description
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Usage Guidelines
The Catalyst 2948G and 2980G switches are fixed configuration switches. Ports are located on module 2 for the 2948G and on modules 2 and 3 for the 2980G; for this reason, if you enter mod_num/port_num 1/N, an error message will be displayed.
Examples
This example shows how to display the path cost for the VLANs on port 2/12:
Console> show spantree portvlancost 2/12Port 2/12 VLANs 1-1005 have path cost 19.Console>Related Commands
show spantree
set spantree portvlancostshow spantree statistics
Use the show spantree statistics command to show spanning-tree statistical information.
show spantree statistics mod_num/port_num [vlan]
show spantree statistics {trcrf | trbrf}
Syntax Description
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Usage Guidelines
The trcrf and trbrf arguments are not supported by the Catalyst 4000 family and 2948G switches.
The Catalyst 2948G and 2980G switches are fixed configuration switches. Ports are located on module 2 for the 2948G and on modules 2 and 3 for the 2980G; for this reason, if you enter mod_num/port_num 1/N, an error message will be displayed.
Examples
This example shows how to display Token Ring concentrator relay function statistical information:
Console> (enable) show spantree statistics 1003 1005TR CRF 1003, TR BRF 1005SpanningTree enabled for vlanNo = 1005BPDU-related parametersport spanning tree enabledstate disabledport_id 0xcccfport number 0x7ebpath cost 80message age (port/VLAN) 0(10)designated_root 00-10-2f-52-eb-ecdesignated_cost 0designated_bridge 00-10-2f-52-eb-ecdesignated_port 0xcccftop_change_ack FALSEconfig_pending FALSEport_inconsistency nonePORT based information & statisticsconfig bpdu's xmitted (port/VLAN) 0(0)config bpdu's received (port/VLAN) 0(0)tcn bpdu's xmitted (port/VLAN) 0(0)tcn bpdu's received (port/VLAN) 0(0)forward trans count 0scp failure count 0Status of Port Timersforward delay timer INACTIVEforward delay timer value 0message age timer INACTIVEmessage age timer value 0topology change timer INACTIVEtopology change timer value 0hold timer INACTIVEhold timer value 0delay root port timer INACTIVEdelay root port timer value 0VLAN based information & statisticsspanningtree type ibmspanningtree multicast address c0-00-00-00-01-00bridge priority 32768bridge mac address 00-10-2f-52-eb-ecbridge hello time 2 secbridge forward delay 4 sectopology change initiator: 1/0topology change FALSEtopology change time 14topology change detected FALSEtopology change count 0topology change last recvd. from 00-00-00-00-00-00Other port-specific infodynamic max age transitions 0port bpdu ok count 0msg age expiry count 0link loading 1bpdu in processing FALSEnum of similar bpdus to process 0next state 0src mac count: 0total src mac count 0curr_src_mac 00-00-00-00-00-00next_src_mac 00-00-00-00-00-00channel_src_mac 00-00-00-00-00-00channel src count 0channel ok count 0Console> (enable)Table 2-70 describes the possible fields in the show spantree statistics command output.
Related Commands
show spantree
clear spantree statisticsshow spantree summary
Use the show spantree summary command to display a summary of spanning-tree information.
show spantree summary
Syntax Description
This command has no arguments or keywords.
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Examples
This example shows how to display a summary of spanning-tree information:
Console> show spantree summarySummary of connected spanning tree ports by vlanUplinkfast disabled for bridge.Backbonefast enabled for bridge.Vlan Blocking Listening Learning Forwarding STP Active----- -------- --------- -------- ---------- ----------1 0 0 0 1 1BackboneFast statistics-----------------------Number of inferior BPDUs received (all VLANs) : 0Number of RLQ req PDUs received (all VLANs) : 0Number of RLQ res PDUs received (all VLANs) : 0Number of RLQ req PDUs transmitted (all VLANs) : 0Number of RLQ res PDUs transmitted (all VLANs) : 0Console>Related Commands
show spantree uplinkfast
Use the show spantree uplinkfast command to show the UplinkFast settings.
show spantree uplinkfast
Syntax Description
This command has no arguments or keywords.
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Examples
This example shows how to display the UplinkFast settings:
Console> show spantree uplinkfastVLAN port list------------------------------------------------1-20 1/1(fwd),1/2-1/521-50 1/9(fwd), 1/6-1/8, 1/10-1/1251-100 2/1(fwd), 2/12Console>Related Commands
show spantree
set spantree uplinkfast
clear spantree uplinkfastshow standbyports
Use the show standbyports command to display the current status of the standby ports feature. The standby ports feature allows the ports on the standby supervisor engine module to pass traffic. If this feature is disabled, the ports are in standby mode.
show standbyports
Syntax Description
This command has no arguments or keywords.
Defaults
This command has no default setting.
Command Modes
Normal.
Command Types
Switch command.
Usage Guidelines
This command is supported by the Catalyst 5000 family switches.
Examples
This example shows how to display the current status of the standby ports feature:
Console> show standbyportsStandby ports feature enabledConsole>Related Commands
show station controltable
Use the show station controltable command to display a collection of statistics and status information associated with each Token Ring station on the local ring. In addition, this command provides status information for each ring being monitored.
show station controltable [mod_num[/port_num]]
Syntax Description
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Usage Guidelines
This command is supported by the Catalyst 5000 family switches.
This command is only supported on Token Ring modules.
Examples
This example shows how to display a collection of statistics and status information associated with each Token Ring station on Token Ring module 3:
Console> show station controltable 3Port TableSize ActiveStation RingState----- ----------------- ----------------- -----------------3/1 0 0 Normal Operation3/2 0 0 Normal Operation3/3 0 0 Normal Operation3/4 0 0 Normal Operation3/5 0 0 Normal Operation3/6 0 0 Normal Operation3/7 0 0 Normal Operation3/8 0 0 Normal Operation3/9 0 0 Normal Operation3/10 0 0 Normal Operation3/11 0 0 Normal Operation3/12 0 0 Normal Operation3/13 0 0 Normal Operation3/14 0 0 Normal Operation3/15 0 2 Normal Operation3/16 0 0 Normal OperationPort BeaconSender BeaconNAUN OrderChanges----- ----------------- ----------------- -----------------3/1 00:00:00:00:00:00 00:00:00:00:00:00 03/2 00:00:00:00:00:00 00:00:00:00:00:00 03/3 00:00:00:00:00:00 00:00:00:00:00:00 03/4 00:00:00:00:00:00 00:00:00:00:00:00 03/5 00:00:00:00:00:00 00:00:00:00:00:00 03/6 00:00:00:00:00:00 00:00:00:00:00:00 03/7 00:00:00:00:00:00 00:00:00:00:00:00 03/8 00:00:00:00:00:00 00:00:00:00:00:00 03/9 00:00:00:00:00:00 00:00:00:00:00:00 03/10 00:00:00:00:00:00 00:00:00:00:00:00 03/11 00:00:00:00:00:00 00:00:00:00:00:00 03/12 00:00:00:00:00:00 00:00:00:00:00:00 03/13 00:00:00:00:00:00 00:00:00:00:00:00 03/14 00:00:00:00:00:00 00:00:00:00:00:00 03/15 00:00:00:00:00:00 00:00:00:00:00:00 13/16 00:00:00:00:00:00 00:00:00:00:00:00 0Console>Table 2-71 describes the fields in the show station controltable command output.
Related Commands
clear station
clear station counters
set station softerror
show counters
show station ordertableshow station ordertable
Use the show station ordertable command to display a listing of the order of stations on the monitored rings.
show station ordertable [mod_num[/port_num]]
Syntax Description
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Usage Guidelines
This command is supported by the Catalyst 5000 family switches.
Examples
This example shows how to display a listing of the order of stations on the Token Ring module 3:
Console> show station ordertable 3Port OrderIndex Address----- --------------- -----------------3/15 1 00:05:77:05:40:632 00:00:30:cf:a0:98Console>Table 2-72 describes the fields in the show station ordertable command output.
Related Commands
clear station
clear station counters
set station softerror
show counters
show station controltableshow station softerror config
Use the show station softerror config command to display the soft error monitoring configuration for a port, module, or for all the Token Ring modules.
show station softerror config [mod_num[/port_num]]
Syntax Description
mod_num
(Optional) Number of the module.
port_num
(Optional) Number of the port on the module. If you do not specify a number, all ports are shown.
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Usage Guidelines
This command is supported by the Catalyst 5000 family switches.
Examples
The following example shows how to display the soft error monitoring configuration for module 3:
Console> show station softerror config 3Ports Threshold Interval Status----- --------- -------- --------3/1 100 60 enabled3/2 100 60 enabled3/3 100 60 enabled3/4 100 60 enabled3/5 100 60 enabled3/6 100 60 enabled3/7 100 60 enabled3/8 100 60 enabled3/9 100 60 enabled3/10 100 200 enabled3/11 100 60 enabled3/12 100 60 enabled3/13 100 60 enabled3/14 100 60 enabled3/15 100 60 disabled3/16 100 60 disabledConsole>Table 2-73 describes the fields shown in the show station softerror config command output.
Related Commands
clear station
clear station counters
set station softerror
show station controltable
show station ordertable
show station softerror countersshow station softerror counters
Use the show station softerror counters command to display the soft error statistics collected for all the stations on a Token Ring port or for a specific station.
show station softerror counters mod_num/port_num [mac_addr]
Syntax Description
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Usage Guidelines
This command is supported by the Catalyst 5000 family switches.
Examples
This example shows how to display the soft error statistics collected for port 1 of module 3:
Console> (enable) show station softerror counters 3/1Port 3/1:Station 00:06:c1:0e:e1:40 Station-Last-NAUN 00:05:77:06:29:b0In-Burst-Errors 9Out-Burst-Errors 3Token-Errors 11Station 00:05:77:06:29:b0 Station-Last-NAUN 00:00:00:00:00:00Out-Burst-Errors 1Station 00:05:77:06:29:b2 Station-Last-NAUN 00:00:00:00:00:00Out-Burst-Errors 5Station 00:05:77:06:29:b1 Station-Last-NAUN 00:00:00:00:00:00Station 00:05:77:06:29:b3 Station-Last-NAUN 00:00:00:00:00:00Station 00:05:77:06:29:af Station-Last-NAUN 00:06:c1:0e:e1:40Console> (enable)Table 2-74 describes the fields that might be shown in the show station softerror counters command output.
Related Commands
clear station
clear station counters
set station softerror
show station controltable
show station ordertable
show station softerror configshow summertime
Use the show summertime command to display the current status of the summertime feature.
show summertime
Syntax Description
This command has no arguments or keywords.
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Examples
This example shows how to display the current status of the summertime feature:
Console> show summertimeSummertime is disabled and set to ''Start : Sun Apr 2 2000, 02:00:00End : Sun Oct 29 2000, 02:00:00Offset: 60 minutesRecurring: yes, starting at 02:00am of first Sunday of April and ending on 02:00am of last Sunday of October.Console>Related Commands
show switchacceleration
Use the show switchacceleration command to display the current status of the switch acceleration feature.
show switchacceleration mod_num
Syntax Description
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Usage Guidelines
This command is supported by the Catalyst 4000 family switches.
Examples
This example shows how to display the current status of the switch acceleration feature:
Console> show switchacceleration 1Module 1 has switch acceleration enabled.Console>Related CommandsConsole> (enable)
show system
Use the show system command to display system information.
show system
Syntax Description
This command has no keywords or arguments.
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Usage Guidelines
In a Token Ring module, the values shown for Traffic and Peak are the average of three switching buses.
Examples
This example shows the system status and other information:
Console> show systemPS1-Status PS2-Status Fan-Status Temp-Alarm Sys-Status Uptime d,h:m:s Logout---------- ---------- ---------- ---------- ---------- -------------- ---------ok none ok off ok 3,02:08:53 20 minPS1-Type PS2-Type Modem Baud Traffic Peak Peak-Time---------- ---------- ------- ----- ------- ---- -------------------------WS-C5008A none disable 9600 0% 0% Thu Aug 10 1998, 03:22:20System Name System Location System Contact------------------------ ------------------------ ------------------------Catalyst 5000 San Jose, CA Susan x237Console>Table 2-75 describes the fields in the show system command output.
Related Commands
set system baud
set system contact
set system location
set system modem
set system nameshow tacacs
Use the show tacacs command to display the TACACS+ protocol configuration.
show tacacs [noalias]
Syntax Description
noalias
(Optional) Keyword that specifies to force the display to show IP addresses, not IP aliases.
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Examples
This example shows how to display the TACACS+ protocol configuration:
Console> (enable) show tacacsLogin Authentication: Console Session Telnet Session--------------------- ---------------- ----------------tacacs disabled disabledradius disabled disabledkerberos disabled disabledlocal enabled(primary) enabled(primary)Enable Authentication: Console Session Telnet Session---------------------- ----------------- ----------------tacacs disabled disabledradius disabled disabledkerberos disabled disabledlocal enabled(primary) enabled(primary)Tacacs key:Tacacs login attempts: 3Tacacs timeout: 5 secondsTacacs direct request: disabledTacacs-Server Status---------------------------------------- -------Console> (enable)This example shows how to display the TACACS+ protocol configuration without aliases:
Console> (enable) show tacacs noaliasLogin Authentication: Console Session Telnet Session--------------------- ---------------- ----------------tacacs disabled disabledradius disabled disabledkerberos disabled disabledlocal enabled(primary) enabled(primary)Enable Authentication: Console Session Telnet Session---------------------- ----------------- ----------------tacacs disabled disabledradius disabled disabledkerberos disabled disabledlocal enabled(primary) enabled(primary)Tacacs key:Tacacs login attempts: 3Tacacs timeout: 5 secondsTacacs direct request: disabledTacacs-Server Status---------------------------------------- -------Console> (enable)Table 2-76 describes the fields in the show tacacs command output.
Related Commands
set tacacs attempts
set tacacs directedrequest
set tacacs key
set tacacs server
set tacacs timeoutshow tech-support
Use the show tech-support command to display system and configuration information that you can provide to the Cisco Technical Assistance Center (TAC) when reporting a problem.
show tech-support [module mod_num | port mod_num/port_num] [vlan vlan_num] [config |
memory]Syntax Description
Defaults
By default, this command displays the output for technical-support-related show commands. Use keywords to specify the type of information to be displayed. If no parameters are specified, the system displays all configuration, memory, module, port, and VLAN data.
Command Types
Switch command.
Command Modes
Privileged.
Usage Guidelines
The show tech-support command output is continuous; it does not display one screen at a time. To interrupt the output, press Ctrl-C.
If you specify the config keyword, the show tech-support command displays the output of these commands:
•
show config
•
show flash
•
show log
•
show microcode
•
show module
•
show port
•
show spantree active
•
show system
•
show test
•
show trunk
•
show version
•
show vlan
If you specify the memory keyword, the show tech-support command displays the output of these commands:
•
ps
•
ps -c
•
show cam static
•
show cam system
•
show flash
•
show memory buffers
•
show microcode
•
show module
•
show proc
•
show proc mem
•
show proc cpu
•
show system
•
show spantree active
•
show version
If you specify a module, port, or VLAN number, the system displays general system information and information for the component you specified.
Related Commands
show cam
show config
show flash
show log
show microcode
show module
show port
show proc
show spantree
show system
show test
show trunk
show version—switch
show vlanshow test
Use the show test command to display the results of diagnostic tests.
show test [mod_num]
show test [diaglevel]
show test [[packetbuffer] [status]]
Syntax Description
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Usage Guidelines
The NMP information only applies to module 1; therefore, only the display for module 1 includes the NMP status. If you specify other modules, the NMP status is not displayed.
Systems configured with Supervisor Engine IIIs do not have MII status information displayed in the output. MII status information is displayed for systems configured with Supervisor Engine I or II.
Examples
This example shows how to display general test results for the system and for module 3 on a Catalyst 5000 family or 2926G series switch:
Console> show test 3Environmental Status (. = Pass, F = Fail, U = Unknown)PS (3.3V): . PS (12V): . PS (24V): . PS1: . PS2: .Temperature: . Fan: .Module 3 : 2-port 10/100BaseTX SupervisorNetwork Management Processor (NMP) Status: (. = Pass, F = Fail, U = Unknown)ROM: . Flash-EEPROM: . Ser-EEPROM: . NVRAM: . MCP Comm: .EARL Status :NewLearnTest: .IndexLearnTest: .DontForwardTest: .MonitorTest .DontLearn: .FlushPacket: .ConditionalLearn: .EarlLearnDiscard: .EarlTrapTest: .LCP Diag Status for Module 1 (. = Pass, F = Fail, N = N/A)CPU : . Sprom : . Bootcsum : . Archsum : .RAM : . LTL : . CBL : . DPRAM : . SAMBA : .Saints : . Pkt Bufs : . Repeater : N FLASH : .Phoenix : . TrafficMeter: . UplinkSprom : . PhoenixSprom: .MII Status:Ports 1 2-----------N NSAINT/SAGE Status :Ports 1 2-----------. .PHOENIX Port Status :Ports 9 17 18 19 20 21 22INBAND A->B B->A B->C C->B A->C C->A------------------------------------------. . . . . . .Packet Buffer Status :Ports 1 2-----------. .PHOENIX Packet Buffer Status :Ports INBAND A<->B B<->C A<->C------------------------------. . . .Loopback Status [Reported by Module 1] :Ports 1 2 9--------------Channel Status :Ports 1 2-----------Console>This example shows how to display general test results for a Catalyst 4000 family or Catalyst 2948G switch:
Console> show testEnvironmental Status (. = Pass, F = Fail, U = Unknown, N = Not Present)PS1: . PS2: N PS1 Fan: . PS2 Fan: N Fan Tray: .Temperature: . Chassis Temperature: 39 degC (102 degF)Module 1 : 0-port Switching SupervisorNetwork Management Processor (NMP) Status: (. = Pass, F = Fail, U = Unknown)Control Processor Status:DRAM : . EEPROM : . FLASH : . NVRAM : .SX1000:Register : . Network Memory : .Mgmt Port Loopback Status: .Console>This example shows how to display general test results for module 3 on a Catalyst 4000 family or 2948G switch:
Console> show test 3Module 3: 48 10/100 Base T port Ethernet Card(HX,CX)1000:Ports 1-8:. Ports 9-16:. Ports 17-24:.Ports 25-32:. Ports 33-40:. Ports 41-48:.10/100BaseTX Loopback Status:Ports 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24------------------------------------------------------------------------------. . . . . . . . . . . . . . . . . . . . . . . .Ports 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48------------------------------------------------------------------------------Table 2-77 describes the possible fields in the show test command output.
This example shows how to display test results for module 10 (an FDDI module):
Console> show test 10Module 10 : 2-port MM MIC FDDIModule 10 : FDDI Module Status: (. = Pass, F = Fail, U = Unknown)FDDI Control Processor (FCP) Status:ROM: . RAM: . Flash-EEPROM: . Dpram: .Switch Memory Status:RAM: . Cache-SRAM: . DmpCom: . Loadgen: .FDDI Status:Port A Access: . Port B Access: .Port A Loopback: . Port B Loopback: .MAC Access: . MAC Buffer R/W: .MAC Internal LB: . MAC External LB: .CAM: . . . .Data Movement Processor (DMP) Status:Flash-EEPROM: . RAM: . SRAM: . COMM: .Switch Memory Status:RAM: . Cache-SRAM: .FDDI Status:MAC Access: . MAC Buffer R/W: .MAC Internal LB: . MAC External LB: . LoadGen:.FBIGA Access: . FBIGA->MAC Buffer R/W: .FBIGA->MAC TxDMA: . FBIGA->MAC RxDMA: .FBIGA->MAC Internal LB:. FBIGA->MAC External LB:. LoadGen:.Bus Interface Status:SBIGA Access: . SBIGA->SAGE RxDMA: . SBIGA<-SAGE TxDMA:.Biga Loop Access: . Biga Loop Rx: . Biga Loop Tx: .LCP Diag Status for Module 10 (. = Pass, F = Fail, N = N/A)CPU : . Sprom : . Bootcsum : . Archsum : NRAM : . LTL : . CBL : . DPRAM : . SAMBA : NSaints : . Pkt Bufs : . Repeater : N FLASH : NSAINT/SAGE Status :Ports 1--------.Packet Buffer Status :Ports 1--------.Loopback Status :Ports 1--------Console>Table 2-78 describes the possible fields in the show test command output for an FDDI module.
This example shows how to display diagnostic mode information for the last bootup and next reset of the switch:
Console> show test diaglevelDiagnostic mode at last bootup : completeDiagnostic mode at next reset : completeConsole>This example shows how to display packet buffer schedule information:
Console > (enable) show test packetbufferPacket buffer test : enabledPacket buffer test schedule : continuousConsole > (enable)show time
Use the show time command to display the current time of day in the system clock.
show time
Syntax Description
This command has no keywords or arguments.
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Examples
This example shows how to display the current time:
Console> show timeThu Apr 15 1999, 02:54:50Console>The output shows the day of the week, month, day, year, hour, minutes, and seconds.
Related Commands
show timezone
Use the show timezone command to display the current time zone and offset.
show timezone
Syntax Description
This command has no arguments or keywords.
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Examples
This example shows how to display the current time zone and offset:
Console> show timezoneTimezone set to 'pst', offset from UTC is -8 hoursConsole>Related Commands
show tokenring
Use the show tokenring command to display the current values of various Token Ring-specific configuration parameters.
show tokenring
Syntax Description
This command has no arguments or keywords.
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Usage Guidelines
This command is supported by the Catalyst 5000 family switches.
This command is supported on Token Ring modules only.
Examples
This example shows how to display the Token Ring settings for port 4 on module 3:
Console> show tokenring 3/4Ports Crf/Brf Ring# Port-Mode Early-Token AC-bits----- --------- ----- ------------- ----------- --------3/4 1003/0 3276 auto enabled disabledPorts Prior-Thresh Min-Xmit MAC-Address----- ------------ -------- -----------------3/4 3 4 00:05:77:01:bb:11Ports Cfg-Loss-Thresh Cfg-Loss-Intvl Cfg-Loss-Count Cfg-Loss-Reason----- --------------- -------------- -------------- ---------------3/4 8 1 0 noneConsole>Table 2-79 describes the fields in the show tokenring command output.
Related Commands
show top
Use the show top command to start the TopN process.
show top [N] [metric] [interval interval] [port_type] [background]
Syntax Description
Defaults
The defaults are as follows:
•
Number of ports displayed is 20.
•
Port statistics to report on is util.
•
Sample duration is 30 seconds.
•
Switch port types is all.
Command Types
Switch command.
Command Modes
Normal.
Usage Guidelines
You can terminate TopN processes with the background option specified only by using the clear top [report_num] command. You cannot terminate TopN processes by pressing Ctrl-C.
TopN reports with the background option specified are not displayed on the screen unless you enter a show top report [report_num] command.
If you do not specify the background option, the output TopN results are dumped to the screen when the task is done, and the results are printed one time only and are not saved.
You can terminate TopN processes (without the background option) by pressing Ctrl-C in the same Telnet/console session, or by entering a clear top [report_num] command from a separate Telnet/console session. The prompt is not printed before the TopN report is displayed completely. Other commands are blocked until the report has displayed.
The tr and fddi port_type options are not supported by Catalyst 4000 family and 2948G switches.
Examples
This example shows how to start the TopN process with the background option:
Console> show top 10 util interval 10 background03/21/1999,14:05:38:MGMT-5: TopN report 2 started by telnet/172.20.22.7/.Console>03/21/1999,14:15:38:MGMT-5: TopN report 2 available.This example shows how to start the TopN process without the background option:
Console> show top 10 util interval 10Start Time: 04/09/1999,01:12:48End Time: 04/09/1999,01:12:58PortType: allMetric: utilPort Band- Uti Bytes Pkts Bcst Mcst Error Overwidth % (Tx + Rx) (Tx + Rx) (Tx + Rx) (Tx + Rx) (Rx) flow----- ----- --- -------------------- ---------- ---------- ---------- ----- ----3/1 100 0 13824 9 0 0 11 06/48 10 0 0 0 0 0 0 06/47 10 0 0 0 0 0 0 06/46 10 0 0 0 0 0 0 06/45 10 0 0 0 0 0 0 0Console>Related Commands
show top report
Use the show top report command to list all TopN processes and specific TopN report.
show top report [report_num]
Syntax Description
Defaults
This command has no default setting.
Command Types
Switch command.
Command Modes
Normal.
Usage Guidelines
If you do not specify report_num, this command lists all the active TopN processes and all the available TopN reports for the switch. Each process is associated with a unique report number. All TopN processes (both with and without background option) are shown in the list.
An asterisk displayed after the pending status field indicates that it is not a background TopN and the results are not saved.
Examples
This example shows how to display all the active TopN processes and all the available TopN reports for the switch:
Console> show top reportRpt Start time Int N Metric Status Owner (type/machine/user)--- ------------------- --- --- ---------- -------- -------------------------1 03/21/1999,11:34:00 60 20 Tx/Rx-Bytes done telnet/172.20.22.7/2 03/21/1999,11:34:08 600 10 Util done telnet/172.34.39.6/4 03/21/1999,11:35:17 300 20 In-Errors pending Console//5 03/21/1999,11:34:26 60 20 In-Errors pending* Console//Console>This example shows an attempt to display a TopN report 5 (shown in the first example) that is still in pending status:
Console> show top report 5Rpt Start time Int N Metric Status Owner (type/machine/user)--- ------------------- --- --- ---------- -------- -------------------------5 03/21/1999,11:34:26 60 20 In-Errors pending* Console//Console>This example shows how to display the available TopN report 2 (shown in the first example) for the switch:
Console> show top report 2Start Time: 03/21/1999,11:34:00End Time: 03/21/1999,11:34:33PortType: allMetric: utilPort Band- Uti Tx/Rx-bytes Tx/Rx-pkts Tx/Rx-bcst Tx/Rx-mcst In- Buf-width % err Ovflw----- ----- --- -------------------- ---------- ---------- ---------- ---- -----/15 100 88 98765432109876543210 9876543210 98765 12345 123 3215/48 10 75 44532 5389 87 2 0 05/47 10 67 5432 398 87 2 0 05/46 10 56 1432 398 87 2 0 05/45 10 54 432 398 87 2 0 05/44 10 48 3210 65 10 10 15 55/43 10 45 432 5398 87 2 2 05/42 10 37 5432 398 87 2 0 05/41 10 36 1432 398 87 2 0 05/40 10 14 2732 398 87 2 0 0Console>Related Commands
