Specifications
10 Input/Output Controller Replacement Instructions
Input/Output Controller Description
The following example of the show diag 0 command is from a Cisco 7202 that has an installed I/O
controller with the Fast Ethernet port. The text “Port adapter disabled” in the command output
indicates that the Fast Ethernet port on the I/O controller is disabled.
Router> show diag 0
Slot 0:
Fast-ethernet on C7200 I/O with MII or RJ45 port adapter, 1 port
Port adapter disabled
Port adapter insertion time 00:10:42 ago
Hardware revision 2.0 Board revision A0
Serial number 3511336 Part number 73-1537-03
Test history 0x0 RMA number 00-00-00
EEPROM format version 1
EEPROM contents (hex):
0x20: 01 14 02 00 00 35 94 28 49 06 01 03 00 00 00 00
0x30: 50 0000 00 FF FF FF FF FF FF FF FF FF FF FF FF
Additionally for the Cisco 7202, the following message appears in the system banner if an I/O
controller with the Fast Ethernet port is installed in the system:
%C7200-3-UNSUPPORTED: FE in slot0 is not supported on C7202 chassis
If the above message appears, the Fast Ethernet port on the I/O controller is automatically disabled.
If the above message does not appear, your Cisco 7202 has an installed I/O controller without the
Fast Ethernet port.
The RJ-45 receptacle is the default media type for the I/O controller equipped with an MII receptacle
and an RJ-45 receptacle. Use the media-type command to change the I/O controller’s media type
and the show interfaces command to verify the change. The following example configures the MII
receptacle as the media type for the I/O controller:
Router# config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# interface fastethernet 0/0
Router(config-if)# media-type mii
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed
state to up
%LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
Router# sh interface fastethernet 0/0
FastEthernet0/0 is administratively up, line protocol is up
(display text omitted)
Encapsulation ARPA, loopback not set, keepalive not set, hdx, MII
(display text omitted)
Use the media-type 100BaseX command to return the media type to the RJ-45 receptacle.