Catalyst 3750 Switch Show Platform Commands


This appendix describes the show platform privileged EXEC commands that have been created or changed for use with the Catalyst 3750 switch. These commands display information helpful in diagnosing and resolving internetworking problems and should be used only under the guidance of Cisco technical support staff.

show platform acl

Use the show platform acl privileged EXEC command to display platform-dependent access control list (ACL) manager information.

show platform acl {interface interface-id | label label-number [detail] | statistics asic-number | usage asic-number [summary] | vlan vlan-id} [ | {begin | exclude | include} expression]

Syntax Description

interface interface-id

Display per-interface ACL manager information for the specified interface. The interface can be a physical interface or a VLAN.

label label-number [detail]

Display per-label ACL manager information. The label-number range is 0 to 255. The keyword has this meaning:

detail—(Optional) Display detailed ACL manager label information.

statistics asic-number

Display per-ASIC ACL manager information. The asic-number is the port ASIC number, either 0 or 1.

usage asic-number [summary]

Display per-ASIC ACL usage information. The keyword has this meaning:

summary—(Optional) Display usage information in a brief format.

vlan vlan-id

Display per-VLAN ACL manager information. The vlan-id range is from 1 to 4094.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform backup interface

Use the show platform backup interface privileged EXEC command to display platform-dependent backup information used in a Flex Links configuration.

show platform backup interface [interface-id | dummyQ] [ | {begin | exclude | include} expression]

Syntax Description

interface-id

(Optional) Display backup information for all interfaces or the specified interface. The interface can be a physical interface or a port channel.

dummyQ

(Optional) Display dummy queue information.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.2(20)SE

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform configuration

Use the show platform configuration privileged EXEC command to display platform-dependent configuration-manager related information.

show platform configuration {config-output | default | running | startup} [ | {begin | exclude | include} expression]

Syntax Description

config-output

Display the output of the last auto-configuration application.

default

Display whether or not the system is running the default configuration.

running

Display a snapshot of the backed-up running configuration on the local switch.

startup

Display a snapshot of the backed-up startup configuration on the local switch.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform etherchannel

Use the show platform etherchannel privileged EXEC command to display platform-dependent EtherChannel information.

show platform etherchannel {flags | time-stamps} [ | {begin | exclude | include} expression]

Syntax Description

flags

Display EtherChannel port flags.

time-stamps

Display EtherChannel time stamps.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform forward

Use the show platform forward privileged EXEC command for an interface to specify how the hardware would forward a frame that matches the specified parameters.

show platform forward interface-id [vlan vlan-id] src-mac dst-mac [l3protocol-id] [ipv6 | sap | snap] [cos cos] [ip src-ip dst-ip [frag field] [dscp dscp] {l4protocol-id | icmp icmp-type icmp-code | igmp igmp-version igmp-type | sctp src-port dst-port | tcp src-port dst-port flags | udp src-port dst-port]} [ | {begin | exclude | include} expression]

Syntax Description

interface-id

The input physical interface, the port on which the packet comes in to the switch (including type, stack member, module, and port number).

vlan vlan-id

(Optional) Input VLAN ID. The range is 1 to 4094. If not specified, and the input interface is not a routed port, the default is 1.

src-mac

48-bit source MAC address.

dst-mac

48-bit destination MAC address.

l3protocol-id

(Optional) The Layer 3 protocol used in the packet. The number is a value 0 to 65535.

ipv6

(Optional) IPv6 frame. This keyword is available only if the switch stack is running the advanced IP services image.

sap

(Optional) Service access point (SAP) encapsulation type.

snap

(Optional) Subnetwork Access Protocol (SNAP) encapsulation type.

cos cos

(Optional) Class of service (CoS) value of the frame. The range is 0 to 7.

ip src-ip dst-ip

(Optional, but required for IP packets) Source and destination IP addresses in dotted decimal notation.

frag field

(Optional) The IP fragment field for a fragmented IP packet. The range is 0 to 65535.

dscp dscp

(Optional) Differentiated Services Code Point (DSCP) field in the IP header. The range is 0 to 63.

l4protocol-id

The numeric value of the Layer 4 protocol field in the IP header. The range is 0 to 255. For example, 47 is generic routing encapsulation (GRE), and 89 is Open Shortest Path First (OSPF). If the protocol is TCP, User Datagram Protocol (UDP), Internet Control Message Protocol (ICMP), or Internet Group Management Protocol (IGMP), you should use the appropriate keyword instead of a numeric value.

icmp icmp-type
icmp-code

ICMP parameters. The icmp-type and icmp-code ranges are 0 to 255.

igmp igmp-version igmp-type

IGMP parameters. The igmp-version range is 1 to 15; the igmp-type range is 0 to 15.

sctp src-port dst-port

Stream Control Transmission Protocol (SCTP) parameters. The ranges for the SCTP source and destination ports are 0 to 65535.

tcp src-port dst-port
flags

TCP parameters: TCP source port, destination port, and the numeric value of the TCP flags byte in the header. The src-port and dst-port ranges are 0 to 65535. The flag range is 0 to 1024.

udp src-port dst-port

UDP parameters. The src-port and dst-port ranges are 0 to 65535.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.

12.2(25)SEB

The ipv6 keyword was added.


Usage Guidelines

You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

Examples

For examples of the show platform forward command output displays and what they mean, see the "Troubleshooting" chapter of the software configuration guide for this release.

show platform frontend-controller

Use the show platform frontend-controller privileged EXEC command to display counter and status information for the front-end controller manager and subordinate applications and to display the hardware and software information for the front-end controller.

show platform frontend-controller {buffer | generic | manager number | subordinate number | version number} [ | {begin | exclude | include} expression]

This command is supported only on Catalyst 3750G-48TS, 3750G-48PS, 3750G-24TS-1U, and 3750G-24PS switches.

Syntax Description

buffer

Display the last 1024 bytes sent from the manager to the subordinate and the reverse.

generic

Display the generic counters that do not specifically apply to the manager or subordinate.

manager number

Display the counters for the manager and the subordinate specified by number. See the "Usage Guidelines" section for the number range.

subordinate number

Display the subordinate status and the counters for the subordinate specified by number. See the "Usage Guidelines" section for the number range.

version number

Display the hardware and software version information for the subordinate status specified by number. See the "Usage Guidelines" section for the number range.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.2(20)SE3

This command was introduced.


Usage Guidelines

On the Catalyst 3750G-48TS and 3750G-48PS switches, the subordinate number range is 0 to 2.

On the Catalyst 3750G-24TS-1U and 3750G-24PS switches, the subordinate number range is 0 to 1.

You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform ip igmp snooping

Use the show platform ip igmp snooping privileged EXEC command to display platform-dependent Internet Group Management Protocol (IGMP) snooping information.

show platform ip igmp snooping {all | control [di] | counters | flood [vlan vlan-id] | group ip-address | hardware | retry [count | local [count] | remote [count]]} [ | {begin | exclude | include} expression]

Syntax Description

all

Display all IGMP snooping platform IP multicast information.

control [di]

Display IGMP snooping control entries. The keyword has this meaning:

di—(Optional) Display IGMP snooping control destination index entries.

counters

Display IGMP snooping counters.

flood [vlan vlan-id]

Display IGMP snooping flood information. The keyword has this meaning:

vlan vlan-id—(Optional) Display flood information for the specified VLAN. The range is 1 to 4094.

group ip-address

Display the IGMP snooping multicast group information, where ip-address is the IP address of the group.

hardware

Display IGMP snooping information loaded into hardware.

retry [count | local [count]

Display IGMP snooping retry information. The keywords have these meanings:

count—(Optional) Display only the retry count.

local—(Optional) Display local retry entries.

remote [count]

Display remote entries. The keyword has this meaning:

count—(Optional) Display only the remote count.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform ip multicast

Use the show platform ip multicast privileged EXEC command to display platform-dependent IP multicast tables and other information.

show platform ip multicast {acl-full-info| counters | groups | hardware [detail] | interfaces | locks | mdfs-routes | mroute-retry | retry | trace} [ | {begin | exclude | include} expression]

Syntax Description

acl-full-info

Display IP multicast routing access-control list (ACL) information, in particular the number of outgoing VLANs for which router ACLs at the output cannot be applied in hardware.

counters

Display IP multicast counters and statistics.

groups

Display IP multicast routes per group.

hardware [detail]

Display IP multicast routes loaded into hardware. The keyword has this meaning:

detail—(Optional) Display port members in destination index and route index.

interfaces

Display IP multicast interfaces.

locks

Display IP multicast destination-index locks.

mdfs-routes

Display multicast distributed fast switching (MDFS) IP multicast routes.

mroute-retry

Display the IP multicast route retry queue.

retry

Display the IP multicast routes in the retry queue.

trace

Display the IP multicast trace buffer.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform ip unicast

Use the show platform ip unicast privileged EXEC command to display platform-dependent IP unicast routing information.

show platform ip unicast {adjacency | cef-idb | counts | dhcp | failed {adjacency | arp [A.B.C.D] | route} | loadbalance | mpaths | proxy | route | standby | statistics | table | trace} [ | {begin | exclude | include} expression]

Syntax Description

adjacency

Display the platform adjacency database.

cef-idb

Display platform information corresponding to Cisco Express Forwarding (CEF) interface descriptor block.

counts

Display the current counts for the Layer 3 unicast databases.

dhcp

Display the DHCP system dynamic addresses.

failed {adjacency | arp [A.B.C.D] | route}

Display the hardware resource failures. The keywords have these meanings:

adjacency—Display the adjacency entries that failed to be programmed in hardware.

arp—Display the Address Resolution Protocol (ARP) deletions because of failure and because of retries.

A.B.C.D—(Optional) Prefix of the ARP entries to display.

route—Display the route entries that failed to be programmed in hardware.

loadbalance

Display the platform loadbalance database.

mpaths

Display the Layer 3 unicast routing multipath adjacency database.

proxy

Display the platform proxy ARP database.

route

Display the platform route database.

standby

Display the platform standby information.

statistics

Display the Layer 3 unicast routing accumulated statistics.

table

Display the platform IP version 4 (IPv4) information.

trace

Display the platform event trace logs.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.



Note Though visible in the command-line help strings, the proxy and table keywords are not supported.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform ip unicast vrf compaction

Use the show platform ip unicast vrf compaction privileged EXEC command to display the compaction request queues and compaction status.

show platform ip unicast vrf compaction [ | {begin | exclude | include} expression]

Syntax Description

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.2(25)SEC

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so.

show platform ip unicast vrf tcam-label

Use the show platform ip unicast vrf tcam-label privileged EXEC command to display PBR and VRF-Lite labels and the number of labels in use by PBR.

show platform ip unicast vrf tcam-label [ | {begin | exclude | include} expression]

Syntax Description

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.2(25)SEC

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so.

show platform ip wccp

Use the show platform ip wccp privileged EXEC command to display platform-dependent Web Cache Communication Protocol (WCCP) information.

show platform ip wccp {detail | label} [ | {begin | exclude | include} expression]

This command is available only if your switch is running the IP services image, formerly known as the enhanced multilayer image (EMI).

Syntax Description

detail

Display the platform WCCP details.

label

Display the platform WCCP labels.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.2(37)SE

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform ipc trace

Use the show platform ipc trace privileged EXEC command to display platform-dependent Interprocess Communication (IPC) Protocol trace log information.

show platform ipc trace [ | {begin | exclude | include} expression]

Syntax Description

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform ipv6 unicast

Use the show platform ipv6 unicast privileged EXEC command to display platform-dependent IPv6 unicast routing information. This command is available only if the stack is running the advanced IP services image.

show platform ipv6 unicast {adjacency [ipv6-prefix] | backwalk {adjacency | loadbalance} | compress ipv6-prefix/prefix length | interface | loadbalance | mpath | retry {adjacency | route} | route [ipv6-prefix/prefix length | tcam] [detail] | statistics | table [detail] | trace}
[
| {begin | exclude | include} expression]

Syntax Description

adjacency

Display IPv6 adjacency information for the switch or for the specified IPv6 network.

ipv6-prefix

(Optional) The IPv6 network to be displayed. This argument must be in the form documented in RFC 2373 where the address is specified in hexadecimal using 16-bit values between colons.

backwalk {adjacency | loadbalance}

Display IPv6 backwalk information.

adjacency—Display adjacency backwalk information.

loadbalance—Display backwalk load balance information.

compress ipv6-prefix/prefix length

Display IPv6 prefix compression information.

ipv6-prefix—The IPv6 network.

/prefix length—The length of the IPv6 network prefix. A decimal value from 0 to 128 that shows how many of the high-order contiguous bits of the address comprise the prefix (the network portion of the address). A slash mark must precede the decimal value.

interface

Display IPv6 interface information.

loadbalance

Display IPv6 loadbalance information

mpath

Display IPv6 multipath information

retry {adjacency | route}

Display IPv6 retry information.

adjacency—Display IPv6 adjacency retry information.

route—Display IPv6 route retry information.

route

Display IPv6 route information.

tcam

(Optional) Display the IPv6 TCAM route table information.

detail

(Optional) Display detailed IPv6 route information.

statistics

Display IPv6 accumulated statistics.

table

Display IPv6 unicast table information.

trace

Display IPv6 unicast traces.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.2(25)SEA

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform layer4op

Use the show platform layer4op privileged EXEC command to display platform-dependent Layer 4 operator information.

show platform layer4op {acl | pacl [port-asic] | qos [port-asic]} {and-or | map | or-and | vcu} [ | {begin | exclude | include} expression]

Syntax Description

acl

Display access control list (ACL) Layer 4 operators information.

pacl [port-asic]

Display port ACL Layer 4 operators information. The keyword has this meaning:

port-asic—(Optional) Port ASIC number.

qos [port-asic]

Display quality of service (QoS) Layer 4 operators information. The keyword has this meaning:

port-asic—(Optional) QoS port ASIC number.

and-or

Display AND-OR registers information.

map

Display select map information.

or-and

Display OR-AND registers information.

vcu

Display value compare unit (VCU) register information.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform mac-address-table

Use the show platform mac-address-table privileged EXEC command to display platform-dependent MAC address table information.

show platform mac-address-table [aging-array | hash-table | mac-address mac-address] [vlan vlan-id]] [ | {begin | exclude | include} expression]

Syntax Description

aging-array

(Optional) Display the MAC address table aging array.

hash-table

(Optional) Display the MAC address table hash table.

mac-address mac-address

(Optional) Display the MAC address table MAC address information, where mac-address is the 48-bit hardware address.

vlan vlan-id

(Optional) Display information for the specified VLAN. The range is 1 to 4094.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform messaging

Use the show platform messaging privileged EXEC command to display platform-dependent application and performance message information.

show platform messaging {application [incoming | outgoing | summary] | hiperf [class-number]} [ | {begin | exclude | include} expression]

Syntax Description

application [incoming | outgoing | summary]

Display application message information. The keywords have these meanings:

incoming—(Optional) Display only information about incoming application messaging requests.

outgoing—(Optional) Display only information about incoming application messaging requests.

summary(Optional) Display summary information about all application messaging requests.

hiperf [class-number]

Display outgoing high-performance message information. Specify the class-number option to display information about high-performance messages for this class number. The range is 0 to 36.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform monitor

Use the show platform monitor privileged EXEC command to display platform-dependent Switched Port Analyzer (SPAN) information.

show platform monitor [session session-number] [ | {begin | exclude | include} expression]

Syntax Description

session session-number

(Optional) Display SPAN information for the specified SPAN session. The range is 1 to 66.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform mvr table

Use the show platform mvr table privileged EXEC command to display the platform-dependent Multicast VLAN Registration (MVR) multi-expansion descriptor (MED) group mapping table.

show platform mvr table [ | {begin | exclude | include} expression]

Syntax Description

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform pm

Use the show platform pm privileged EXEC command to display platform-dependent port-manager information.

show platform pm {counters | group-masks | idbs {active-idbs | deleted-idbs} | if-numbers | link-status | platform-block | port-info interface-id | stack-view | vlan {info | line-state}
[
| {begin | exclude | include} expression]

Syntax Description

counters

Display module counters information.

group-masks

Display EtherChannel group masks information.

idbs {active-idbs | deleted-idbs}

Display interface data block (IDB) information. The keywords have these meanings:

active-idbs—Display active IDB information.

deleted-idbs—Display deleted and leaked IDB information.

if-numbers

Display interface numbers information.

link-status

Display local port link status information.

platform-block

Display platform port block information.

port-info interface-id

Display port administrative and operation fields for the specified interface.

stack-view

Display status information for the stack.

vlan {info | line-state}

Display platform VLAN information. The keywords have these meanings:

info—Display information for active VLANs.

line-state—Display line-state information.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with your technical support representative while troubleshooting a problem. Do not use this command unless your technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform port-asic

Use the show platform port-asic privileged EXEC command to display platform-dependent port ASIC register information.

show platform port-asic {cpu-queue-map-table [asic number | port number [asic number]] |
dest-map index number |
etherchannel-info [asic number | port number [asic number]] |
exception [asic number | port number [asic number]] |
global-status [asic number | port number [asic number]] |
learning [asic number | port number [asic number]] |
mac-info [asic number | port number [asic number]] |
mvid [asic number] |
packet-info-ram [asic number | index number [asic number]] |
port-info [asic number | port number [asic number]] |
prog-parser [asic number | port number [asic number]] |
receive {buffer-queue | port-fifo | supervisor-sram} [asic number | port number [asic number]] |
span [vlan-id [asic number] | [asic number]
stack {control | dest-map | learning | messages | mvid | prog-parser | span | stats [asic number | port number [asic number]]
stats {drop | enqueue | miscellaneous | supervisor} [asic number | port number [asic number]] |
transmit {port-fifo | queue | supervisor-sram} [asic number | port number [asic number]]
vct [asic number | port number [asic number]]
version}
[
| {begin | exclude | include} expression]

Syntax Description

cpu-queue-map-table
[asic number | port number
[
asic number]]

Display the CPU queue-map table entries. The keywords have these meanings:

asic number—(Optional) Display information for the specified ASIC. The range is 0 to 1.

port number—(Optional) Display information for the specified port and ASIC number. The range is 0 to 27.

dest-map index number

Display destination-map information for the specified index. The range is 0 to 65535.

etherchannel-info [asic number | port number [asic number]]

Display the contents of the EtherChannel information register. The keywords have these meanings:

asic number—(Optional) Display information for the specified ASIC. The range is 0 to 1.

port number—(Optional) Display information for the specified port and ASIC number. The range is 0 to 27, where 0 is the supervisor and 1 to 25 are the ports.

exception [asic number | port number [asic number]]

Display the exception-index register information. The keywords have these meanings:

asic number—(Optional) Display information for the specified ASIC. The range is 0 to 1.

port number—(Optional) Display information for the specified port and ASIC number. The range is 0 to 27, where 0 is the supervisor and 1 to 25 are the ports.

global-status [asic number |
port number [asic number]]

Display global and interrupt status. The keywords have these meanings:

asic number—(Optional) Display information for the specified ASIC. The range is 0 to 1.

port number—(Optional) Display information for the specified port and ASIC number. The range is 0 to 27, where 0 is the supervisor and 1 to 25 are the ports.

learning [asic number | port number [asic number]]

Display entries in the learning cache. The keywords have these meanings:

asic number—(Optional) Display information for the specified ASIC. The range is 0 to 1.

port number—(Optional) Display information for the specified port and ASIC number. The range is 0 to 27, where 0 is the supervisor and 1 to 25 are the ports.

mac-info [asic number |
port number [asic number]]

Display the contents of the MAC information register. The keywords have these meanings:

asic number—(Optional) Display information for the specified ASIC. The range is 0 to 1.

port number—(Optional) Display information for the specified port and ASIC number. The range is 0 to 27, where 0 is the supervisor and 1 to 25 are the ports.

mvid [asic number]

Display the mapped VLAN ID table. The keyword has this meaning:

asic number—(Optional) Display information for the specified ASIC. The range is 0 to 1.

packet-info-ram [asic number | index number [asic number]]

Display the packet information RAM. The keywords have these meanings:

asic number—(Optional) Display information for the specified ASIC. The range is 0 to 1.

index number—(Optional) Display information for the specified packet RAM index number and ASIC number. The range is 0 to 63.

port-info [asic number | port number [asic number]]

Display port information register values. The keywords have these meanings:

asic number—(Optional) Display information for the specified ASIC. The range is 0 to 1.

port number—(Optional) Display information for the specified port and ASIC number. The range is 0 to 27, where 0 is the supervisor and 1 to 25 are the ports.

prog-parser [asic number | port number [asic number]]

Display the programmable parser tables. The keywords have these meanings:

asic number—(Optional) Display information for the specified ASIC. The range is 0 to 1.

port number—(Optional) Display information for the specified port and ASIC number. The range is 0 to 27, where 0 is the supervisor and 1 to 25 are the ports.

receive {buffer-queue | port-fifo | supervisor-sram} [asic number | port number [asic number]]

Display receive information. The keywords have these meanings:

buffer-queue—Display the buffer queue information.

port-fifo—Display the port-FIFO information.

supervisor-sram—Display the supervisor static RAM (SRAM) information.

asic number—(Optional) Display information for the specified ASIC. The range is 0 to 1.

port number—(Optional) Display information for the specified port and ASIC number. The range is 0 to 27, where 0 is the supervisor and 1 to 25 are the ports.

span [vlan-id | asic number]

Display the Switched Port Analyzer (SPAN)-related information. The keywords have these meanings:

vlan-id—(Optional) Display information for the specified VLAN. The range is 0 to 1023.

asic number—(Optional) Display information for the specified ASIC. The range is 0 to 1.

stack {control | dest-map | learning | messages | mvid | prog-parser | span | stats [asic number | port number [asic number]]

Display stack-related information. The keywords have these meanings:

control—Display stack control-status register information.

dest-map—Display destination-map information.

learning—Display entries in the learning-cache.

messages—Display the stack-message register information.

mvid—Display entries in the mapped VLAN-ID table.

prog-parser—Display the programmable parser tables.

span—Display SPAN-related information.

stats—Display raw statistics for the port ASIC.

asic number—(Optional) Display information for the specified ASIC. The range is 0 to 1.

port number—(Optional) Display information for the specified port and ASIC number. The range is 0 to 27, where 0 is the supervisor and 1 to 25 are the ports.

stats {drop | enqueue | miscellaneous | supervisor} [asic number | port number [asic number]]

Display raw statistics for the port ASIC. The keywords have these meanings:

drop—Display drop statistics.

enqueue—Display enqueue statistics.

miscellaneous—Display miscellaneous statistics.

supervisor—Display supervisor statistics.

asic number—(Optional) Display information for the specified ASIC. The range is 0 to 1.

port number—(Optional) Display information for the specified port and ASIC number. The range is 0 to 27, where 0 is the supervisor and 1 to 25 are the ports.

transmit {port-fifo | queue | supervisor-sram} [asic number | port number [asic number]]

Display transmit information. The keywords have these meanings:

port-fifo—Display the contents of the port-FIFO information register.

queue—Display the contents of the queue information register.

supervisor-sram—Display supervisor SRAM information.

asic number—(Optional) Display information for the specified ASIC. The range is 0 to 1.

port number—(Optional) Display information for the specified port and ASIC number. The range is 0 to 27, where 0 is the supervisor and 1 to 25 are the ports.

vct [asic number | port number [asic number]]

Display the VLAN compression table entries for the specified ASIC or for the specified port and ASIC. The keywords have these meanings:

asic number—(Optional) Display information for the specified ASIC. The range is 0 to 1.

port number—(Optional) Display information for the specified port and ASIC number. The range is 0 to 27, where 0 is the supervisor and 1 to 25 are the ports.

version

Display version and device type information for port ASICs.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with your technical support representative while troubleshooting a problem. Do not use this command unless your technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform port-security

Use the show platform port-security privileged EXEC command to display platform-dependent port-security information.

show platform port-security [ | {begin | exclude | include} expression]

Syntax Description

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with your technical support representative while troubleshooting a problem. Do not use this command unless your technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform qos

Use the show platform qos privileged EXEC command to display platform-dependent quality of service (QoS) information.

show platform qos {label asic number | policer {parameters asic number |
port alloc number asic number}} [ | {begin | exclude | include} expression]

Syntax Description

label asic number

Display QoS label maps for the specified ASIC.

(Optional) For asic number, the range is 0 to 1.

policer {parameters asic number | port alloc number asic number}

Display policer information. The keywords have these meanings:

parameters asic number—Display parameter information for the specified ASIC. The range is 0 to 1.

port alloc number asic number—Display port allocation information for the specified port and ASIC. The port allocation range is 0 to 25. The ASIC range is 0 to 1.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with your technical support representative while troubleshooting a problem. Do not use this command unless your technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform resource-manager

Use the show platform resource-manager privileged EXEC command to display platform-dependent resource-manager information.

show platform resource-manager {dm [index number] | erd [index number] |
mad [index number] | med [index number] | mod | msm {hash-table [vlan vlan-id] | mac-address mac-address [vlan vlan-id]} | sd [index number] |
vld [index number]} [ | {begin | exclude | include} expression]

Syntax Description

dm [index number]

Display the destination map. The keyword has this meaning:

index number—(Optional) Display the specified index. The range is 0 to 65535.

erd [index number]

Display the equal-cost-route descriptor table for the specified index. The keyword has this meaning:

index number—(Optional) Display the specified index. The range is 0 to 65535.

mad [index number]

Display the MAC-address descriptor table for the specified index. The keyword has this meaning:

index number—(Optional) Display the specified index. The range is 0 to 65535.

med [index number]

Display the multi-expansion descriptor table for the specified index. The keyword has this meaning:

index number—(Optional) Display the specified index. The range is 0 to 65535.

mod

Display the resource-manager module information.

msm {hash-table [vlan vlan-id] | mac-address mac-address [vlan vlan-id]}

Display the MAC-address descriptor table and the station descriptor table information. The keywords have these meanings:

hash-table [vlan vlan-id]—Display the hash table for all VLANs or the specified VLAN. The range is 1 to 4094.

mac-address mac-address [vlan vlan-id]—Display the MAC-address descriptor table for the specified MAC address represented by the 48-bit hardware address for all VLANs or the specified VLAN. The range is 1 to 4094.

sd [index number]

Display the station descriptor table for the specified index. The keyword has this meaning:

index number—(Optional) Display the specified index. The range is 0 to 65535.

vld [index number]

Display the VLAN-list descriptor table for the specified index. The keyword has this meaning:

index number—(Optional) Display the specified index. The range is 0 to 65535.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with your technical support representative while troubleshooting a problem. Do not use this command unless your technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform snmp counters

Use the show platform snmp counters privileged EXEC command to display platform-dependent Simple Network Management Protocol (SNMP) counter information.

show platform snmp counters [ | {begin | exclude | include} expression]

Syntax Description

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with your technical support representative while troubleshooting a problem. Do not use this command unless your technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform spanning-tree

Use the show platform spanning-tree privileged EXEC command to display platform-dependent spanning-tree information.

show platform spanning-tree synchronization [detail | vlan vlan-id] [ | {begin | exclude | include} expression]

Syntax Description

synchronization [detail | vlan vlan-id]

Display spanning-tree state synchronization information. The keywords have these meanings:

detail—(Optional) Display detailed spanning-tree information.

vlan vlan-id—(Optional) Display VLAN switch spanning-tree information for the specified VLAN. The range is 1 to 4094.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with your technical support representative while troubleshooting a problem. Do not use this command unless your technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform stp-instance

Use the show platform stp-instance privileged EXEC command to display platform-dependent spanning-tree instance information.

show platform stp-instance vlan-id [ | {begin | exclude | include} expression]

Syntax Description

vlan-id

Display spanning-tree instance information for the specified VLAN. The range is 1 to 4094.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(14)EA1

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with your technical support representative while troubleshooting a problem. Do not use this command unless your technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform stack-manager

Use the show platform stack-manager privileged EXEC command to display platform-dependent switch-stack information.

show platform stack-manager {all | counters | trace [sdp [reverse] | state [reverse]]}
[ | {begin | exclude | include} expression]

Syntax Description

all

Display all information for the entire switch stack.

counters

Display the stack manager counters.

trace [sdp [reverse]]

Display trace information. The keywords have these meanings:

sdp—(Optional) Display Stack Discovery Protocol (SDP) information.

reverse—(Optional) Display trace information in reverse chronological order (from recent to older chronological sequence).

trace [state [reverse]]

Display trace information. The keywords have these meanings:

state—(Optional) Display stack state machine information.

reverse—(Optional) Display trace information in reverse chronological order (from recent to older chronological sequence).

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with your technical support representative while troubleshooting a problem. Do not use this command unless your technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

These are the states displayed in the summary information about the switch stack:

Waiting—The stage when a switch is booting up and waiting for communication from other switches in the stack. The switch has not yet determined whether it is a stack master or not.

Stack members not participating in a stack master election remain in the waiting state until the stack master is elected and ready.

Initializing—The stage when a switch has determined whether it is the stack master or not. If the switch is not the stack master, it is receiving its system- and interface-level configuration from the stack master and loading it.

Ready—The stage when the stack member has completed loading the system- and interface-level configuration and is ready to forward traffic.

Master Re-Init—The stage immediately after a stack master re-election and a different stack member is elected stack master. The new stack master is re-initializing its configuration. This state applies only to the new stack master.

Ver Mismatch—The stage of a switch in version mismatch (VM) mode. VM mode is when a switch joining the switch stack has a different stack protocol minor version number from the stack master.

A typical state transition for a stack member (including a stack master) booting up is Waiting -> Initializing -> Ready.

A typical state transition for a stack member becoming a stack master after a stack master election is Ready -> Master Re-Init -> Ready.

A typical state transition for a stack member in version mismatch (VM) mode is Waiting -> Ver Mismatch.

show platform tb

Use the show platform tb privileged EXEC command to display platform-dependent trusted-boundary information during a stack master change to a new stack master.

show platform tb [ | {begin | exclude | include} expression]

Syntax Description

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(14)EA1

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with your technical support representative while troubleshooting a problem. Do not use this command unless your technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

Examples

This is an example of output from the show platform tb command:

Switch# show platform tb
Print TB sub-block information 
(Fa1/0/2) device:(Cisco phone)
/* current interfaces with TB enabled, and the trust device type */

Current master switch:(Yes)
/* Is this switch the current master switch? */

New elected master   :(No)
/* Is the master switch-over occurred and this is the new master switch? */

Master ready         :(No)
/* Is the Master switch in ready state? */

HULC TB process on   :(No)
/* Is the TB platform process currently running? */

CDP stable timer ON  :(No)(360 secs)
/* Is the CDP stable timer running? After the CDP stable timer expired, CDP neighbors of 
all the TB enabled interfaces will be verified to make sure the replacement of IP phone 
and PC did not happen during the master switch-over. */

Print TB residue trust ports information
/* The interfaces with TB enabled right before master switch-over. */

Print port CDP neighbor information
/* Is the CDP message still received after switch-over? */

HULC TB is not detecting CDP events
/* Currently, this switch is not detecting any CDP event. */

show platform tcam

Use the show platform tcam privileged EXEC command to display platform-dependent ternary content addressable memory (TCAM) driver information.

show platform tcam {handle number | log-results | table {acl | all | equal-cost-route | ipv6 {acl | qos | secondary} local | mac-address | multicast-expansion | qos | secondary | station | vlan-list} | usage} [asic number [detail [invalid]] | [index number [detail [invalid]] | invalid | num number [detail [invalid]] | invalid] | [invalid] | [num number [detail [invalid]] | invalid]] [ | {begin | exclude | include} expression]

show platform tcam table acl [asic number [detail [invalid]] | [index number [detail [invalid]] | invalid | num number [detail [invalid]] | invalid] | [invalid] | [num number [detail [invalid]] | invalid]] [ | {begin | exclude | include} expression]

show platform tcam table all [asic number [detail [invalid]] | [index number [detail [invalid]] | invalid | num number [detail [invalid]] | invalid] | [invalid] | [num number [detail [invalid]] | invalid]] [ | {begin | exclude | include} expression]

show platform tcam table equal-cost-route [asic number [detail [invalid]] | [index number [detail [invalid]] | invalid | num number [detail [invalid]] | invalid] | [invalid] | [num number [detail [invalid]] | invalid]] [ | {begin | exclude | include} expression]

show platform tcam table ipv6 {acl | qos | secondary} [asic number [detail [invalid]] | [index number [detail [invalid]] | invalid | num number [detail [invalid]] | invalid] | [invalid] | [num number [detail [invalid]] | invalid]] [ | {begin | exclude | include} expression]

show platform tcam table local [asic number [detail [invalid]] | [index number [detail [invalid]] | invalid | num number [detail [invalid]] | invalid] | [invalid] | [num number [detail [invalid]] | invalid]] [ | {begin | exclude | include} expression]

show platform tcam table mac-address [asic number [detail [invalid]] | [index number [detail [invalid]] | invalid | num number [detail [invalid]] | invalid] | [invalid] | [num number [detail [invalid]] | invalid]] [ | {begin | exclude | include} expression]

show platform tcam table multicast-expansion [asic number [detail [invalid]] | [index number [detail [invalid]] | invalid | num number [detail [invalid]] | invalid] | [invalid] | [num number [detail [invalid]] | invalid]] [ | {begin | exclude | include} expression]

show platform tcam table qos [asic number [detail [invalid]] | [index number [detail [invalid]] | invalid | num number [detail [invalid]] | invalid] | [invalid] | [num number [detail [invalid]] | invalid]] [ | {begin | exclude | include} expression]

show platform tcam table secondary [asic number [detail [invalid]] | [index number [detail [invalid]] | invalid | num number [detail [invalid]] | invalid] | [invalid] | [num number [detail [invalid]] | invalid]] [ | {begin | exclude | include} expression]

show platform tcam table station [asic number [detail [invalid]] | [index number [detail [invalid]] | invalid | num number [detail [invalid]] | invalid] | [invalid] | [num number [detail [invalid]] | invalid]] [ | {begin | exclude | include} expression]

show platform tcam table vlan-list [ [asic number [detail [invalid]] | [index number [detail [invalid]] | invalid | num number [detail [invalid]] | invalid] | [invalid] | [num number [detail [invalid]] | invalid]] [ | {begin | exclude | include} expression]

Syntax Description

handle number

Display the TCAM handle. The range is 0 to 4294967295.

log-results

Display the TCAM log results.

table {acl | all | equal-cost-route | ipv6 {acl | qos | secondary} local | mac-address | multicast-expansion | qos | secondary | station | vlan-list}

Display lookup and forwarding table information. The keywords have these meanings:

acl—Display the access-control list (ACL) table.

all—Display all the TCAM tables.

equal-cost-route—Display the equal-cost-route table.

ipv6—Display IPv6 information.

acl—Display the IPv6 ACL-table information.

qos—Display the IPv6 QoS-table information.

secondary—Display the IPv6 secondary-table information.

local—Display the local table.

mac-address—Display the MAC-address table.

multicast-expansion—Display the IPv6 multicast-expansion table.

qos—Display the QoS table.

secondary—Display the secondary table.

station—Display the station table.

vlan-list—Display the VLAN list table.

usage

Display the CAM and forwarding table usage.

[[asic number [detail [invalid]] | [index number [detail [invalid]] | invalid | num number [detail [invalid]] | invalid] | [invalid] | [num number [detail [invalid]] | invalid]]

Display information. The keywords have these meanings:

asic number—Display information for the specified ASIC device ID. The range is 0 to 15.

detail [invalid]—(Optional) Display valid or invalid details.

index number—(Optional) Display information for the specified TCAM table index. The range is 0 to 32768.

num number—(Optional) Display information for the specified TCAM table number. The range is 0 to 32768.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.



Note Though visible in the command-line help strings, the usage keyword is not supported.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with your technical support representative while troubleshooting a problem. Do not use this command unless your technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform vlan

Use the show platform vlan privileged EXEC command to display platform-dependent VLAN information.

show platform vlan {misc | mvid | prune | refcount | rpc {receive | transmit}} [ | {begin | exclude | include} expression]

Syntax Description

misc

Display miscellaneous VLAN module information.

mvid

Display the mapped VLAN ID (MVID) allocation information.

prune

Display the stack pruning database.

refcount

Display the VLAN lock module-wise reference counts.

rpc {receive | transmit}

Display remote procedure call (RPC) messages. The keywords have these meanings:

receive—Display received information.

transmit—Display sent information.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.1(11)AX

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with your technical support representative while troubleshooting a problem. Do not use this command unless your technical support representative asks you to do so.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

show platform wireless-controller

Use the show platform wireless-controller privileged EXEC command to display information about the internal wireless controller in a Catalyst 3750G Integrated Wireless LAN Controller Switch.

show platform wireless-controller [management-info | status | summary] [switch-number]
[ | {
begin | exclude | include} expression]

Syntax Description

management-info

(Optional) Display information about the management interface of the wireless controller.

status

(Optional) Display wireless controller status information.

summary

(Optional) Display wireless controller summary information.

switch-number

(Optional) Display wireless controller information for the specified stack member. The range is from 1 to 9.

| begin

(Optional) Display begins with the line that matches the expression.

| exclude

(Optional) Display excludes lines that match the expression.

| include

(Optional) Display includes lines that match the specified expression.

expression

Expression in the output to use as a reference point.


Command Modes

Privileged EXEC

Command History

Release
Modification

12.2(25)FZ

This command was introduced.


Usage Guidelines

You should use this command only when you are working directly with your technical support representative while troubleshooting a problem. Do not use this command unless your technical support representative asks you to do so.

Enter the show platform wireless-controller commands to determine the stack number of the switch or switches in the stack that contain the integrated wireless LAN controller. The command outputs also display the MAC address and IP address of the controller to be used in accessing and configuring the controller.

This command applies only to the Catalyst 3750G Wireless Controller Switch.

Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output do not appear, but the lines that contain Output appear.

Examples

This is an example of output from the show platform wireless-controller privileged EXEC command with no keywords:

Switch# show platform wireless-controller
Wireless Controller in Switch 2 
Operational Status of the Controller : operational
Service VLAN                         : 4095
Service Port Mac Address             : 000b.8540.3783
Service IP Address                   : 127.0.1.2
Management IP Address                : 22.2.2.2
Management VLAN                      : 7
Software Version                     : 3.3.0.3
Keepalive Version(controller/switch) : 1/1
Keepalives Missed                    : 0
Controller accepts http/https        : 0/1
Controller's Status Line             : up
Watchdog resets of Controller        : 0
Controller resets total              : 0
Unacknowledged control messages      : 0

Wireless Controller in Switch 3
Operational Status of the Controller : operational
Service VLAN                         : 4095
Service Port Mac Address             : 000b.8540.33e3
Service IP Address                   : 127.0.1.3
Management IP Address                : 8.8.8.8
Management VLAN                      : 8
Software Version                     : 3.3.0.3
Keepalive Version(controller/switch) : 1/1
Keepalives Missed                    : 0
Controller accepts http/https        : 0/1
Controller's Status Line             : up
Watchdog resets of Controller        : 0
Controller resets total              : 0
Unacknowledged control messages      : 0

This is an example of output from the show platform wireless-controller management-info command:

Switch# show platform wireless-controller management-info
sw vlan ip                 gateway         http https mac            version
2  7    22.2.2.2/24        22.2.2.1        0    1     000b.8540.3783 3.3.0.3
3  8    8.8.8.8/24         8.8.8.1         0    1     000b.8540.33e3 3.3.0.3

This is an example of output from the show platform wireless-controller status command:

Switch# show platform wireless-controller status 1
Switch  Service IP      Management IP   SW Version      Status
------+---------------+---------------+---------------+-------
 2      127.0.1.2       22.2.2.2        3.3.0.3         operational
 3      127.0.1.3       8.8.8.8         3.3.0.3         operational

This is an example of output from the show platform wireless-controller summary command:

Switch# show platform wireless-controller summary
Switch  Status  State
2       up      operational
3       up      operational