To display detailed information about the backplane interfaces in a particular location, use the show controllers backplane ethernet location
detail command in EXEC mode.
show controllers backplane ethernet location node-id detail
Syntax Description
This command has no keywords or arguments.
Command History
Release
|
Modification
|
Release 3.7.2
|
This command was introduced.
|
Usage Guidelines
No specific guidelines impact the use of this command.
Examples
The following example shows the output from the show controllers backplane ethernet location detail command:
RP/0/RSP0/CPU0:router# show controllers backplane ethernet location 0/1/0 detail
FastEthernet0_1_0 is up
Hardware is 10/100 Ethernet, H/W address is 5246.4800.0010
Internet address is 10.0.0.16
MTU 1514 bytes
Encapsulation HFRIES (HFR Internal Ethernet Server)
Mode : Full Duplex, Rate : 100Mb/s
426422 packets input, 0 bytes, 1 total input drops
14170 packets discarded (935122 bytes) in garbage collection
16 packets discarded (5344 bytes) in recv processing
Received 0 broadcast packets, 0 multicast packets
Input errors: 0 CRC, 0 overrun, 0 alignment, 0 length, 0 collision
440272 packets output, 0 bytes, 0 total output drops
Output 0 broadcast packets, 0 multicast packets
Output errors: 0 underruns, 0 aborts, 0 loss of carrier
Table 7. show controllers backplane ethernet location detail Field Descriptions
Field
|
Description
|
Hardware
|
Provides the hardware type, followed by the hardware address.
|
Internet address
|
IP address of the interface.
|
MTU
|
Maximum packet size, in bytes, that a particular interface can handle.
|
Encapsulation
|
Encapsulation method assigned to the interface.
|
Mode
|
Indicates the operating mode of the interface, followed by transmission data.
|
packets input
|
Total number of packets received.
|
bytes
|
Total number of bytes, including data and MAC encapsulation, in the error-free packets received by the system.
|
total input drops
|
Total number of packets dropped from the input queue because the queue was full.
|
packets discarded in garbage collection
|
Number of packets and bytes discarded.
|
packets discarded in recv processing
|
Number of packets and bytes discarded.
|
Received broadcast packets and multicast packets
|
Indicates the total number of broadcast and multicast packets received by the interface.
|
Input errors
|
Displays the number of errors received by the interface. Input errors occur when incoming cells are dropped or corrupted.
The possible input errors are as follows:
-
CRC—Number of times that the checksum calculated from the data received did not match the checksum from the transmitted data.
-
overrun—Number of times that the receiver hardware was incapable of handing received data to a hardware buffer because the
input rate exceeded the receiver's capability to handle the data.
-
alignment—Number of nonoctets received.
-
length—Number of times the interface prevented the ASIC from overrunning a maximum transmission unit (MTU) size.
-
collision—Number of messages retransmitted because of an Ethernet collision.
|
packets output
|
Total number of messages transmitted by the system.
|
bytes
|
Total number of bytes, including data and MAC encapsulation, in the error-free packets transmitted by the system.
|
total output drops
|
Total number of packets dropped from the output queue because the queue was full.
|
Output
|
Indicates the total number of broadcast and multicast packets transmitted by the interface.
|
Output errors
|
Displays the number of errors transmitted on the interface. Output errors occur when outgoing cells are dropped or corrupted.
The possible types output errors are as follows:
-
underruns—Number of times that the far-end transmitter has been running faster than the near-end receiver can handle.
-
terminations—Number of illegal sequences of one bits on the interface.
-
loss of carrier—Number of times the interface was reset because the carrier detect line of that interface was up, but the
line protocol was down.
|