Cisco IE 3000 Switch Show Platform Commands
This appendix describes the
show platform
privileged EXEC commands that have been created or changed for use with the IE 3000 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
] |
statistic
s
asic-number
|
usage
asic-number
[
summary
] |
vlan
vlan-id
}
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-numbe
r 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.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
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 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
]
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.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
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 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
}
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.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(52)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.
Note This command is available only if your switch is running the IP services image.
show platform etherchannel
Use the
show platform etherchannel
privileged EXEC command to display platform-dependent EtherChannel information.
show platform etherchannel
{
flags
|
time-stamps
}
Syntax Description
flags
|
Display EtherChannel port flags.
|
time-stamps
|
Display EtherChannel time stamps.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
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 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
]}
Syntax Description
interface-id
|
The input physical interface, the port on which the packet comes in to the switch (including type 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 is running the 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.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
This command was introduced.
|
12.2(52)SE
|
The
ipv6
keyword was added for switches running the IP srervices image.
|
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.
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 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
]]}
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.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
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 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
| vrf |
trace
}
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 optional detail keyword is used to show
port members in the 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.
|
vrf
|
Display the VPN routing and forwarding instance.
|
trace
|
Display the IP multicast trace buffer.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(52)SE
|
This command was introduced.
|
Usage Guidelines
This command is available only if your switch is running the IP services image.
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
}
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.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(52)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.
Note This command is available only if your switch is running the IP services image.
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
Syntax Description
This command has no arguments or keywords.
Command Modes
Privileged EXEC
Command History
|
|
12.2(52)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.
Note This command is available only if your switch is running the IP services image.
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
Syntax Description
This command has no arguments or keywords.
Command Modes
Privileged EXEC
Command History
|
|
12.2(52)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.
Note This command is available only if your switch is running the IP services image.
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
}
Syntax Description
detail
|
Display the platform WCCP details.
|
label
|
Display the platform WCCP labels.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(52)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.
Note This command is available only if your switch is running the IP services image.
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 switch is running the 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
}
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.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(52)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.
Note This command is available only if your switch is running the IP services image.
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
}
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.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
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 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
]]
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 t
o 4094.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
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 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
]}
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.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
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 monitor
Use the
show platform monitor
privileged EXEC command to display platform-dependent Switched Port Analyzer (SPAN) information.
show platform monitor
[
session
session-number
]
Syntax Description
session
session-number
|
(Optional) Display SPAN information for the specified SPAN session. The range is 1 to 66.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
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 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
Syntax Description
This command has no arguments or keywords.
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
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 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
|
vlan
{
info
|
line-state
}
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.
|
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.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
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.
Note Though visible in the command-line help strings, the stack-view keyword is not supported.
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
]
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
}
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.
|
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.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
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.
Note Though visible in the command-line help strings, the stack {control | dest-map | learning | messages | mvid | prog-parser | span | stats [asic number | port number [asic number]} keywords are not supported.
show platform port-security
Use the
show platform port-security
privileged EXEC command to display platform-dependent port-security information.
show platform port-security
Syntax Description
This command has no arguments or keywords.
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
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.
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
}}
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.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
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.
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
]}
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.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
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.
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
Syntax Description
This command has no arguments or keywords.
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
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.
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
]
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.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
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.
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
Syntax Description
vlan-id
|
Display spanning-tree instance information for the specified VLAN. The range is 1 to 4094.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
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.
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
]]
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
]]
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
]]
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
]]
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
]]
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
]]
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
]]
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
]]
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
]]
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
]]
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
]]
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
]]
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.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
This command was introduced.
|
12.2(520SE
|
Support for the
ipv6
,
equal-cost-route
,
multicast-expansion
, and
secondary
keywords was added for switches running the IP services image.
|
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.
Note Though visible in the command-line help strings, the usage keyword is not supported.
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
}}
Syntax Description
misc
|
Display miscellaneous VLAN module information.
|
mvid
|
Display the mapped VLAN ID (MVID) allocation information.
|
prune
|
Display the platform-maintained 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.
|
Command Modes
Privileged EXEC
Command History
|
|
12.2(44)EX
|
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.