3-4
Cisco VG202 and Cisco VG204 Voice Gateways Software Configuration Guide
OL-16191-01
Chapter 3 Configuring with the Command-Line Interface
Configuring Fast Ethernet Interfaces
•
Power on the Cisco VG by plugging in the external power supply.
Perform the following steps to configure Fast Ethernet interfaces.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
ip routing
4.
interface
type number
5.
ip address
ip address subnet mask
6.
exit
7.
Ctrl-z
DETAILED STEPS
Command or Action
Purpose
Step 1
enable
Example:
VG# enable
Enters privileged EXEC mode.
Step 2
configure terminal
Example:
VG# configure terminal
Enters global configuration mode.
Step 3
ip routing
Example:
VG(config)# ip routing
Enables routing protocols as required for your global
configuration. This example uses IP routing.
Step 4
interface
type [number]
Example:
VG(config)# interface fastethernet 0/0
Enters interface configuration mode. You have entered
interface configuration mode when the prompt changes
to
VG(config-if)#.
Step 5
ip address
ip address subnet mask
Example:
VG(config-if)# ip address 172.16.74.3
255.255.255.0
Assigns an IP address and subnet mask to the interface.