Configuring The Native Gigabit Ethernet And Fast Ethernet/Ethernet Interfaces - Cisco 7401ASR Installation And Configuration Manual

Hide thumbs Also See for 7401ASR:
Table of Contents

Advertisement

Chapter 3
Starting and Configuring

Configuring the Native Gigabit Ethernet and Fast Ethernet/Ethernet Interfaces

The Cisco 7401ASR router reports both the Fast Ethernet/Ethernet and the Gigabit Ethernet ports as GE
0/0 and GE 0/1. Before configuring either port type, you must first use the media-type interface
command to select the media type, either Gigabit Ethernet (gbic) or Fast Ethernet/Ethernet (rj45).
Changing the Media Type
Step 1
To be able to use a particular media port, use Cisco IOS to select the media type. This is done by using
the media-type interface command:
media-type { gbic | rj45 }
Example:
interface GigabitEthernet 0/0
end
After changing the media type, configure the speed and duplex to appropriately match the new interface
Step 2
characteristics. Changing the speed and duplex of a Cisco 7401ASR router Gigabit Ethernet interface is
done using the speed and duplex interface commands.
Note
speed { 10 | 100 | 1000 | auto }
duplex { full | half | auto }
The following speed/duplex settings are supported:
Media Type
------------------------------------------------------
RJ45
GBIC
-------------------------------------------------------
When using the GBIC media, there is also the additional negotiation auto command that is used to
enable the IEEE 801.1z Gigabit Ethernet (1000 Mbps) autonegotiation protocol.
Step 3
To turn this autonegotiation feature off (it is on by default), issue the interface command no negotiation
auto. This is useful for connecting to other Gigabit Ethernet equipment that does not support 802.1z
autonegotiation.
Note
If you change from the gbic to rj-45 media, you must set speed and duplex after you have executed the
media-type command to ensure the interface will operate in the correct mode.
The media type GBIC mode will always default to 1000-Mbps, full-duplex operation as this is the only
configuration that is supported in this mode. Any speed or duplex commands are ignored while using
this media type, even if it is present in the configuration (for example, in the show running-config
output).
OL-5419-01 B0
media-type rj45
These commands are only applicable when using the RJ-45 media.
Speed
10, 100, auto
ignored (1000)
The negotiation auto feature is not supported when using the media type rj-45 and will be
ignored if implementation is attempted.
Duplex
full, half, auto
ignored (full)
Cisco 7401ASR Installation and Configuration Guide
Configuring a Cisco 7401ASR Router
(By default on this interface)
3-15

Advertisement

Table of Contents
loading

Table of Contents