Cisco VG202 Instrukcja konfiguracji oprogramowania - Strona 24

Przeglądaj online lub pobierz pdf Instrukcja konfiguracji oprogramowania dla Gateway Cisco VG202. Cisco VG202 50 stron. Voice gateways
Również dla Cisco VG202: Instrukcja instalacji sprzętu (50 strony), Podręcznik (10 strony), Instrukcja instalacji sprzętu (48 strony), Skrócona instrukcja obsługi (19 strony)

Cisco VG202 Instrukcja konfiguracji oprogramowania
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