Cisco VG202 Manual de configuração do software - Página 24

Procurar online ou descarregar pdf Manual de configuração do software para Porta de entrada Cisco VG202. Cisco VG202 50 páginas. Voice gateways
Também para Cisco VG202: Manual de instalação do hardware (50 páginas), Manual (10 páginas), Manual de instalação do hardware (48 páginas), Manual de início rápido (19 páginas)

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