4-4
PA-2FE-TX and PA-2FE-FX Two-Port Fast Ethernet Port Adapter Installation and Configuration
OL-3474-06
Chapter 4 Configuring the PA-2FE
Configuring the Interfaces
Note
If you need to shut down additional interfaces, enter the
interface fastethernet
command
followed by the interface address (example:
1/1/1
) of the interface. Use the
no shutdown
command to enable the interface.
Step 4
Write the new configuration to NVRAM as follows:
Router#
copy running-config startup-config
[OK]
Router#
The system displays an OK message when the configuration has been stored in NVRAM.
Step 5
Verify that new interfaces are now in the correct state (shut down) using the
show interfaces
command (followed by the interface type and interface address of the interface) to
display the specific interface.
Table 4-2
provides examples.
Cisco 7304 PCI port adapter
carrier card in Cisco 7304
routers
interface
, followed by the
type
(
fastethernet
) and
slot/port
(module-slot-number/
interface-port-number)
The example is for interface 0 and interface 1 of a
PA-2FE in a Cisco 7304 PCI port adapter carrier card in
module slot 3 of a Cisco 7304 router.
Router(config)#
interface fastethernet 3/0
Router(config-if)#
shutdown
Router(config-if)#
interface fastethernet 3/1
Router(config-if)#
shutdown
Ctrl-Z
Router#
Cisco 7401ASR routers
interface
, followed by the
type
(
fastethernet
) and
slot/port
(port-adapter-slot-number/
interface-port-number)
The example is for interface 0 and interface 1 on a
PA-2FE in port adapter slot 1.
Router(config)#
interface fastethernet 1/0
Router(config-if)#
shutdown
Router(config-if)#
interface fastethernet 1/1
Router(config-if)#
shutdown
Ctrl-Z
Router#
VIP in Cisco 7500 series
routers
interface
, followed by the
type
(
fastethernet
) and
slot/port
adapter/port
(interface-processor-slot-number/
port-adapter-slot-number/
interface-port-number)
The example is for interface 1 and interface 0 on a
PA-2FE in port adapter slot 1 of a VIP installed
in interface processor slot 1.
Router(config)#
interface fastethernet 1/1/1
Router(config-if)#
shutdown
Router(config-if)#
interface fastethernet 1/1/0
Router(config-if)#
shutdown
Ctrl-Z
Router#
Table 4-1
Examples of the shutdown Command (continued)
Platform
Command
Example