Use the following sample basic configuration procedure:
At the privileged-level prompt, enter configuration mode and specify that the console
Step 1
terminal is the source of the configuration subcommands, as follows:
Router# configure terminal
Enter configuration commands, one per line.
Router(config)#
The following examples explain how to configure the fastethernet interface:
Step 2
•
For the Cisco 7100 series, Cisco 7200 series, and the Cisco uBR7200 series, at the
prompt specify the first interface to configure by entering the subcommand interface,
followed by the type (fastethernet) and slot/interface (port adapter slot number and
interface number). The example that follows is for the first interface of the port adapter
in slot 4:
Router(config)# interface fastethernet 4/0
For the Cisco 7206VXR and Cisco 7206 router shelves, the interface specified in
Note
the above example would include a shelf number. For example, the command interface
fastethernet 5/4/0 would specify the first FE interface of the port adapter in slot 4 of
router shelf 5.
•
For the VIP2, at the prompt specify the first interface to configure by entering the
subcommand interface, followed by the type (fastethernet) and
slot/port-adapter/interface. The example that follows is for the first interface of the
first port adapter, on a VIP2 in interface processor slot 1:
Router(config)# interface fastethernet 1/0/0
If IP routing is enabled on the system, you can assign an IP address and subnet mask to
Step 3
the interface with the ip address configuration subcommand, as in the following
example:
Router(config-int)# ip address 10.0.0.0 10.255.255.255
Add any additional configuration subcommands required to enable routing protocols and
Step 4
set the interface characteristics.
Step 5
Change the shutdown state to up and enable the interface as follows:
Router(config-int)# no shutdown
Configure additional interfaces as required.
Step 6
When you have included all of the configuration subcommands to complete the
Step 7
configuration, press Ctrl-Z to exit configuration mode.
Write the new configuration to nonvolatile memory as follows:
Step 8
Router# copy running-config startup-config
[OK]
Router#
This completes the procedure for creating a basic configuration. To check the interface configuration
using show commands, proceed to the "Checking the Configuration" section on page 8-9.
End with CNTL/Z.
Configuring PA-FE Port Adapter Interfaces 8-7