Table Of Contents
Gigabit Ethernet Interface Processor (GEIP)
Configure Gigabit Ethernet Interface
Configuring the Gigabit Ethernet Interface
Setting the Maximum Transmission Unit (MTU)
show interface gigabitethernet
Gigabit Ethernet Interface Processor (GEIP)
Feature Summary
The Gigabit Ethernet Interface Processor (GEIP) is a single-port fixed configuration interface processor 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 GEIP is available on all Cisco 7500 series routers and Cisco 7000 series routers with the 7000 Series Route Switch Processor (RSP7000) and 7000 Series Chassis Interface (RSP7000CI).
The maximum Ethernet frame size is 1518 bytes but GEIP 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)
Document Conventions
Command descriptions use these conventions:
•
Boldface indicates commands and keywords that are entered literally as shown.
•
Italics indicate arguments for which you supply values; in contexts that do not allow italics, arguments are enclosed in angle brackets ( >).
•
Square brackets ([ ]) indicate optional elements.
•
Braces ({ }) group required choices, and vertical bars ( | ) separate alternative elements.
•
Braces and vertical bars within square brackets ([{ | }]) indicate a required choice within an optional element.
Platforms
The GEIP feature is supported on these platforms:
•
Cisco 7000 series routers with RSP7000 and RSP7000CI
•
Cisco 7500 series routers
Configuration Task
Configure Gigabit Ethernet Interface
To configure the Gigabit Ethernet interface, perform the following steps.
After configuring the new Gigabit Ethernet interface, use show commands to display the status of the new interface, or to verify changes you have made.
Note
Full-duplex operation is the default for the GEIP. Half-duplex operation is not supported.
For more information on the GEIP interface, refer to the publication, Gigabit Ethernet Interface Processor (GEIP) Installation and Configuration. For information on other commands that you can use on the GEIP interface, refer to the Cisco IOS Release 11.1 configuration guides.
Configuration Examples
The following sections provide Gigabit Ethernet interface configuration examples, including subcommands required to enable routing protocols and set the interface characteristics for your configuration requirements.
•
Gigabit Ethernet interface example
•
Automatic network connection example
•
Setting the maximum transmission unit (MTU) example
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/0/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/0/0Router#negotiation autoRouter(config-if)#endUse the show interface gigabitethernet command to view automatic negotiation statistics
Router#show interface gigabitethernet 5/0/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,reliablility 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/0/0Router(config-if)#mtu 1501Router(config-if)#endUse the show interface gigabitethernet command to view MTU statistics.
Router#show interface gigabitethernet 5/0/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 or modified commands. All other commands used with this feature are documented in the Cisco IOS Release 11.1 command references.
•
mtu
•
negotiation auto
•
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
Default
The default value is 1500, the standard Ethernet maximum packet size.
Command Mode
Interface configuration
Usage Guidelines
This command was updated in Cisco IOS Release 11.1 CC to increase the maximum byte size to support the GEIP.
Note
The mtu command will cause all interfaces on the router to be reset.
Example
The following example shows how to configure the MTU for the Gigabit Ethernet interface port slot 5:
Router# configure terminalRouter(config)# interface gigabit ethernet 5/0/0Router(config-if)# mtu 1500negotiation auto
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. GEIP allows the automatic negotiation process to be re-enabled by the negotiation auto command or bypassed by issuing the no negotiation auto command.
negotiation auto
no negotiation autoSyntax Description
This command has no arguments or keywords.
Default
negotiation auto
Command Mode
Interface configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.1 CC.
The negotiation auto command is applicable only to the Gigabit Ethernet interface (GEIP). This command configures the GEIP to follow the IEEE 802.3z (1000 Mbps) standard of negotiating with its remote partner to establish a network connection. This is the default mode of operation after the Gigabit Ethernet interface is recognized.
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.
Example
The following example shows how to enable negotiation of the Gigabit Ethernet interface port in
slot 5:Router# configure terminalRouter(config)# interface gigabitethernet 5/0/0Router(config-if)# negotiation autoRelated Commands
show interface gigabitethernet
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
Syntax Description
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 11.1 CC to support the GEIP.
Sample Display
The following example shows the first Gigabit Ethernet interface port on a GEIP in interface processor slot 5:
Router# show interface gigabit 5/0/0GigabitEthernet5/0/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 describes significant fields shown in the display.
