Specifications
4-5
Catalyst 4224 Access Gateway Switch Software Configuration Guide
OL-2031-02
Chapter 4 Configuring the Data Interfaces
Configuring the Fast Ethernet Interface
To configure the Fast Ethernet interface, follow these steps:
Task Command
Step 1
Enter enable mode.
Enter the password.
You know you have entered enable mode when the prompt
changes to
gateway#.
gateway> enable
Password: <password>
gateway#
Step 2
Enter global configuration mode.
You know you have entered global configuration mode
when the prompt changes to
gateway(config)#.
gateway# configure terminal
Enter configuration
commands, one per line. End
with Ctrl-Z.
gateway(config)#
Step 3
Enable routing protocols as required for your global
configuration.
gateway(config)# ip routing
Step 4
Enter interface configuration mode.
You know you have entered interface configuration mode
when the prompt changes to
gateway(config-if)#.
gateway(config)# interface
fastethernet 0/0
gateway(config-if)#
Step 5
Assign an IP address and subnet mask to the interface.
gateway(config-if)# ip
address 172.16.74.3
255.255.255.0
Step 6
Exit to global configuration mode.
If your Catalyst 4224 has more than one Fast Ethernet
interface that you need to configure, repeat Step 4 through
Step 6.
gateway(config-if)# exit
Step 7
When you finish configuring interfaces, return to enable
mode.
You know you have entered enable mode when the prompt
changes to
gateway#.
gateway(config)# Ctrl-Z
gateway#