|
|
Second-generation Fast Ethernet Interface Processors (FEIP2-2TX and FEIP2-2FX) are available on Cisco 7500 series routers and on Cisco 7000 series routers with the 7000 Series Route Switch Processor (RSP7000) and 7000 Series Chassis Interface (RSP7000CI). The FEIP2 is a dual-port, fixed-configuration interface processor that provides two 100-Mbps Fast Ethernet (FE) interfaces.
Each interface on the FEIP2-2TX supports half-duplex only for a maximum aggregate bandwidth of 200 Mbps. The FEIP2-2TX has an RJ-45 connector to attach to Category 5 unshielded twisted-pair (UTP) for 100BASE-TX and an MII connector that permits connections through external transceivers to multimode fiber for 100BASE-FX, or to Category 3, 4, and 5 UTP or shielded twisted-pair (STP) for 100BASE-T4 physical media.
Each interface on the FEIP2-2FX supports half-duplex or full-duplex for a maximum aggregate bandwidth of 200 Mbps per interface. However, to prevent system problems, do not configure both interfaces for full-duplex operation at the same time. The FEIP2-2FX has an SC-type fiber-optic connector for 100BASE-FX and an MII connector that permits connection through external transceivers to multimode fiber for 100BASE-FX or to Category 3, 4, and 5 UTP or STP for 100BASE-T4 physical media.
This feature is supported on these platforms:
Perform the tasks in the following sections to configure features on a Fast Ethernet interface. The first task is required; the remaining tasks are optional.
Use the show interface fastethernet command to display interface statistics, and use the show controller fastethernet command to display the information about the Fast Ethernet controller chip. The output shows the information about initialization block information, transmit ring, receive ring, and errors.
For information on other interface commands that can be used by the FEIP 2-2TX and FEIP-2FX interfaces, refer to the "Configuring Interfaces" chapter of the Configuration Fundamentals Configuration Guide.
For information on other commands that can be used by the FEIP 2-2TX and FEIP-2FX interfaces, refer to the Cisco IOS Release 11.2 configuration guides.
To specify a Fast Ethernet interface and enter interface configuration mode, perform the following task in global configuration mode:
| Task | Command |
|---|---|
| Specify a Fast Ethernet interface and enter interface configuration mode. | interface fastethernet slot/port-adapter/port |
Currently, there are three common Ethernet encapsulation methods:
The encapsulation method you use depends upon the type of Ethernet media connected to the router or access server and the routing or bridging application you configure. Establish Ethernet encapsulation by performing one of the following tasks in interface configuration mode:
| Task | Command |
|---|---|
| Select ARPA Ethernet encapsulation. | encapsulation arpa |
| Select SAP Ethernet encapsulation. | encapsulation sap |
| Select SNAP Ethernet encapsulation. | encapsulation snap |
The default is half-duplex mode on the FEIP2-2FX. To enable full-duplex mode on the FEIP2-2FX (for a maximum aggregate bandwidth of 200 Mbps), perform the following task in interface configuration mode:
| Task | Command |
|---|---|
| Enable full-duplex on the Fast Ethernet interface of the FEIP2-2FX. | full-duplex
or |
![]() | Caution To prevent system problems, do not configure both FEIP2-2FX interfaces for full-duplex operation at the same time. |
The default media connector type is an RJ-45 or SC (fiber-optic) connector. You can specify that the interface uses either an MII connector, or an RJ-45 or SC (fiber-optic) connector (this is the default). To do so, perform one of the following tasks in interface configuration mode:
| Task | Command |
|---|---|
| Select an MII Ethernet connector. | media-type mii |
| Select an RJ-45 Ethernet connector for the FEIP-2-2TX or an SC connector for the FEIP-2-2FX. | media-type 100basex |
The following example assigns an IP address and subnet mask, specifies an MII Ethernet connector, and enables full-duplex mode on Fast Ethernet interface port 0 in slot 1 port adapter 0:
router(config)#interface fastethernet 1/0/0router(config-if)#ip address 1.1.1.10 255.255.255.0router(config-if)#full-duplexrouter(config-if)#media-type miirouter(config-if)#exitrouter(config)#exit
All commands used with this feature are documented in the Cisco IOS Release 11.2 command references.
For more information on the FEIP2, refer to the Second-Generation Fast Ethernet Interface Processor (FEIP2) Installation and Configuration publication.
|
|