4-3
Cisco VG224 Voice Gateway Hardware Installation Guide
OL-5006-04
Chapter 4 Powering On the Cisco VG224 Voice Gateway
Initial Configuration Procedures
Perform the following initial configuration procedures, as applicable:
Getting Your Network Information, page 4-3
Setting the Fast Ethernet Port IP Address, page 4-3
Verifying and Saving Your Configuration, page 4-4
Getting Your Network Information
Before you begin the configuration process, get the IP address for the 10/100BASE-T ports.
Setting the Fast Ethernet Port IP Address
To configure the Cisco VG224 voice gateway remotely through a Fast Ethernet connection, connect the
10/100BASE-T port to a live Ethernet connection using a standard Ethernet cable with RJ-45 connectors;
then complete this procedure to set the IP address for the port. After setting this address, you can
configure the Cisco VG224 voice gateway remotely through a Telnet connection.
Command Purpose
Step 1
Router# configure terminal Enters global configuration mode.
Step 2
Router(config)# enable password password Sets a password for the privileged EXEC mode.
Step 3
Router(config)# interface FastEthernet 0/0 Enters interface configuration mode.
Step 4
Router(config-if)# ip address IP-address subnet-mask Enters the IP address and subnet mask for the Fast
Ethernet (10/100BASE-T) port.
Step 5
Router(config-if)# no shutdown Activates the 10/100BASE-T port.
Step 6
Router(config-if)# exit Returns to global configuration mode.
Step 7
Router(config)# line vty 0 4 Enters line configuration mode.
Step 8
Router(config-line)# password password Sets a password for remote access to the
Cisco VG224.
Step 9
Router(config-line)# end Returns to privileged EXEC mode.
Step 10
Router# copy system:running-config nvram:
startup-config
Saves the configuration.