Table Of Contents
Feature OverviewFeature Overview
Supported Standards, MIBs, and RFCs
Configuring the Gigabit Ethernet Interface
Configuring the Gigabit Ethernet Interface
Setting the Maximum Transmission Unit (MTU)
show interface gigabitethernet
Gigabit Ethernet Port Adapter
This feature module describes the Gigabit Ethernet port adapter feature. It includes information on the benefits of the new feature, supported platforms, related documents, and so forth.
This document includes the following sections:
•
Feature OverviewFeature Overview
•
Supported Standards, MIBs, and RFCs
Feature OverviewFeature Overview
The Gigabit Ethernet Port Adapter (GEPA) is a single-port fixed port adapter that, when combined with the appropriate optical fiber cable, provides one 1000-Mbps Gigabit Ethernet interface that complies with IEEE 802.3z specifications. The Gigabit Ethernet interface operates in full-duplex mode at 1000 Mbps for transmit (TX) and receive (RX) directions.
The GEPA is available on all Cisco 7200 VXR series routers and the Cisco 7100 series routers.
The maximum Ethernet frame size is 1518 bytes but GEPA supports MTU size up to 4470 bytes in full-duplex mode for point-to-point links. The mtu interface command (maximum transmission unit) is supported to allow you to specify an MTU size up to 4470 bytes.
Benefits
The GEIP supports the following benefits:
•
Applicable IEEE 802.3z standards; full-duplex operation only
•
IEEE 802.3x flow control
•
Supports Cisco HSRP protocol for router "hot standby"
•
Supports IEEE 802.1Q VLAN standard
•
Supports distributed switching for multicast and ISL packets
•
Layer 3 distributed services, including RSP packet forwarding, distributed optimum switching, fast switching, distributed flow switching, and distributed committed access rate (DCAR)
•
Maximum transmission unit (MTU) of 4,470 bytes
•
Ethernet Inter-Switch Link (ISL) encapsulation
•
Online insertion and removal of the GEIP and the Gigabit interface converter (GBIC)
Related Documents
•
PA-GE Gigabit Ethernet Port Adapter Installation and Configuration, Cisco IOS Release 12.1
•
For port adapter hardware and memory configuration guidelines for Cisco 7200 VXR routers (including the Cisco 7206VXR as a router shelf in a Cisco AS5800 Universal Access Server), refer to the document Cisco 7200 Series Port Adapter Hardware Configuration Guidelines.
•
For port adapter hardware and memory configuration guidelines for Cisco 7100 routers, refer to the document Cisco 7100 Series Port Adapter Hardware Configuration Guidelines.
•
For hardware installation and maintenance information, refer to the Cisco 7200 VXR Installation and Configuration Guide that shipped with your Cisco 7200 VXR router.
•
For hardware installation and maintenance information, refer to the Cisco 7100 Installation and Configuration Guide that shipped with your Cisco 7100 router.
Supported Platforms
•
Cisco 7200 VXR series
•
Cisco 7100 series
Supported Standards, MIBs, and RFCs
Standards
•
None
MIBs
•
None
RFCs
•
None
Configuration Tasks
See the following sections for configuration tasks for the Gigabit Ethernet interface feature. Each task in the list indicates if the task is optional or required.
•
Configuring the Gigabit Ethernet Interface
Configuring the Gigabit Ethernet Interface
Note
Full-duplex operation is the default for the GEPA. Half-duplex operation is not supported.
Verifying Interface Status
Enter the show interface gigabitethernet command to display the status of the new interface, or to verify changes you have made.
Router# show interfaces gigabitethernet 5/0GigabitEthernet5/0 is up, line protocol is upHardware is (WISEMAN)Gigabit Ethernet, address is 00e0.14e4.6b8c (bia 00e0.14e4.6b8c)Internet address is 10.1.1.10/24MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec, rely 255/255, load 1/255Encapsulation ARPA, loopback not setKeepalive set (10 sec)Full-duplex mode, link type is autonegotiation, media type is LXoutput flow-control is on, input flow-control is onARP type:ARPA, ARP Timeout 04:00:00Last input 00:00:02, output 00:00:01, output hang neverLast clearing of "show interface" counters neverQueueing strategy:fifoOutput queue 0/40, 0 drops; input queue 0/75, 0 drops5 minute input rate 0 bits/sec, 0 packets/sec5 minute output rate 0 bits/sec, 0 packets/sec18457 packets input, 1829178 bytes, 0 no bufferReceived 257 broadcasts, 0 runts, 0 giants, 0 throttles0 input errors, 0 CRC, 7949 frame, 0 overrun, 0 ignored0 watchdog, 18084 multicast, 0 pause input230005 packets output, 245673899 bytes, 0 underruns0 babbles, 0 late collision, 674 deferred123 lost carrier, 0 no carrier, 0 pause output0 output buffer failures, 0 output buffers swapped outConfiguration Examples
This section provides the following Gigabit Ethernet interface configuration examples, including subcommands required to enable routing protocols and set the interface characteristics for your configuration requirements.
•
Configuring the Gigabit Ethernet Interface
•
Setting the Maximum Transmission Unit (MTU)
Configuring the Gigabit Ethernet Interface
This example shows how to configure the Gigabit Ethernet interface. The following commands are configured on slot 5, port 0.
Router# configure terminalEnter configuration commands, one per line. End with CNTL/Z.Router(config)#Router(config)# interface gigabitethernet 5/0Router(config-if)Router(config-if)# ip address 1.1.1.10 255.255.255.252Router(config-if)# endAutomatic Network Connection
This example shows how to set up an automatic network connection between the Gigabit Ethernet interface and its remote partner. The following commands are configured on slot 5, port 0.
Router#configure terminalRouter#interface gigabitethernet 5/0Router#negotiation autoRouter(config-if)#endUse the show interface gigabitethernet command to view automatic negotiation statistics
Router#show interface gigabitethernet 5/0GigabitEthernet5/0/0 is up, line protocol is upHardware is cyBus GigabitEthernet Interface, address is 0010.145a.00a0 (bia 0)Internet address is 64.0.0.5/8MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,reliability 255/255, txload 1/255, rxload 1/255Encapsulation ARPA, loopback not setKeepalive set (10 sec)Full-duplex mode, link type is autonegotiation, media type is SXSetting the Maximum Transmission Unit (MTU)
This example shows how to set the maximum transmission unit (MTU) to 4470 bytes (size of the next packet sent). The following commands are configured on slot 5, port 0.
Router#configure terminalRouter(config)#interface gigabitethernet 5/0Router(config-if)#mtu 1501Router(config-if)#endUse the show interface gigabitethernet command to view MTU statistics.
Router#show interface gigabitethernet 5/0GigabitEthernet5/0/0 is up, line protocol is upHardware is cyBus GigabitEthernet Interface, address is 0010.145a.00a0 (bia 0)Internet address is 64.0.0.5/8MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usecCommand Reference
This section documents new commands. All other commands used with this feature are documented in the Cisco IOS Release 12.1 command reference publications.
•
mtu
•
show interface gigabitethernet
mtu
To adjust the maximum transmission unit (MTU) size, use the mtu interface configuration command. Use the no form of this command to restore the MTU value to its original default value of 1500.
mtu bytes
no mtu
Syntax Description
Defaults
1500 (standard Ethernet maximum packet size).
Command Modes
Interface configuration
Command History
Release Modification10.0
This command was introduced.
12.0(4)E
The Cisco 7100 series platform was added.
Usage Guidelines
The mtu command will cause all interfaces on the router to be reset.
Examples
The following example shows how to configure the mtu command for the Gigabit Ethernet interface port slot 5:
Router# configure terminalRouter(config)# interface gigabit ethernet 5/0/0Router(config-if)# mtu 1500negotiation auto
To set the automatic negotiation mode, use the negotiation auto interface configuration command. To bypass the automatic negotiation process, use the no form of the command.
negotiation auto
no negotiation auto
Syntax Description
Defaults
negotiation auto
Command Modes
Interface configuration
Command History
Release Modification11.1 CC
This command was introduced.
12.1(4)E
The Cisco 7100 series platform was added.
Usage Guidelines
The automatic negotiation mode is enabled by default. Some early Gigabit Ethernet products that predate the IEEE 802.3z standard might not support the automatic negotiation process or have problems establishing a connection. In these cases, the link is established by disabling the auto negotiation mode. GEPA allows the automatic negotiation process to be re-enabled by the negotiation auto command or bypassed by issuing the no negotiation auto command.
To disable auto negotiation, use the no negotiation auto command. This forces the interface to enter a state called force-link-up. Use the show interface command to display the current state.
Note
Flow control is disabled in this state.
Examples
The following example shows how to enable negotiation of the Gigabit Ethernet interface port in
slot 5:Router# configure terminalRouter(config)# interface gigabitethernet 5/0Router(config-if)# negotiation autoRelated Commands
Command Descriptionshow interface gigabitethernet
Displays information about the Gigabit Ethernet interface.
show interface gigabitethernet
To display information about the Gigabit Ethernet interface, use the show interface gigabitethernet privileged EXEC command.
show interface gigabitethernet [slot/port-adapter/port] Cisco 7500 series and Cisco 7000 series routers with RSP7000 and RSP7000CI
show interface gigabitethernet [slot/port] Cisco 7100 series and Cisco 7200 VXR series routers
Syntax Description
Defaults
No default behavior or values.
Command Modes
Privileged EXEC
Command History
Release Modification11.1 CC
This command was introduced.
12.1(4)E
The Cisco 7100 series platform was added.
Examples
The following example shows the first Gigabit Ethernet interface port on a GEPA in interface processor slot 5:
Router# show interface gigabit 5/0GigabitEthernet5/0 is up, line protocol is upHardware is cyBus GigabitEthernet, address is 0010.145a.00a0 (bia 0010.145a.0)Internet address is 40.0.0.3/8MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec, rely 255/255, load 1/255Encapsulation ARPA, loopback not set, keepalive set (10 sec)Full-duplex mode, link type is autonegotiation, media type is SXoutput flow-control is on, input flow-control is onARP type: ARPA, ARP Timeout 04:00:00Last input 01:29:50, output 00:00:01, output hang neverLast clearing of "show interface" counters neverQueueing strategy: fifoOutput queue 0/40, 0 drops; input queue 0/75, 0 drops30 second input rate 0 bits/sec, 0 packets/sec30 second output rate 0 bits/sec, 0 packets/sec592 packets input, 42084 bytes, 0 no bufferReceived 564 broadcasts, 0 runts, 0 giants0 input errors, 0 CRC, 101796 frame, 0 overrun, 0 ignored0 watchdog, 4 multicast, 0 pause input39528 packets output, 4092713 bytes, 0 underruns0 output errors, 0 collisions, 0 interface resets0 babbles, 0 late collision, 263 deferred57 lost carrier, 0 no carrier, 0 pause output0 output buffers copied, 0 interrupts, 0 failuresTable 1
Show Interface GigabitEthernet Field Descriptions

