Purpose
Command or Action
Enters global configuration mode.
Router# configure terminal
Example:
Step 2
Enter configuration commands, one per line. End
with CNTL/Z.
Example:
Router(config)#
Enables routing protocols as required for your global
configuration. This example uses IP routing.
Router# ip routing
Example:
Step 3
Router# ip?
Example:
ip ipc iphc-profile ipv6
Enters interface configuration mode. If the prompt changes
to Router(config-if)#, it implies that you have entered the
interface configuration mode.
Router(config)# interface gigabitEthernet 0/0/0
Example:
Router(config-if)#
Step 4
Assigns an IP address and subnet mask to the interface.
Router(config-if)# ip address 172.16.74.3 255.255.255.0
Step 5
Exits back to global configuration mode.
Router(config-if)# exit
Step 6
Repeat Step 4 through Step 6 if your Cisco VG400 has more
than one interface that you need to configure.
Returns to enable mode when you finish configuring
interfaces.
Router(config-if)# Ctrl-z
Example:
Step 7
Router#
Saving Configuration Changes
To prevent the loss of the Cisco VG400 configuration, save the configuration changes to NVRAM.
SUMMARY STEPS
1.
Router> enable
2.
Router# copy running-config startup-config
3.
Router(config-if)# Ctrl-z
Cisco VG400 Voice Gateway Software Configuration Guide
9
Configuring with the Command-Line Interface
Saving Configuration Changes