Cisco 1700 series 구성 - 페이지 10

{카테고리_이름} Cisco 1700 series에 대한 구성을 온라인으로 검색하거나 PDF를 다운로드하세요. Cisco 1700 series 34 페이지. Secure firewall management center
Cisco 1700 series에 대해서도 마찬가지입니다: 규정 준수 및 안전 정보 매뉴얼 (45 페이지), 매뉴얼 (15 페이지), 구성 매뉴얼 (25 페이지), 애플리케이션 노트 (41 페이지), 하드웨어 문제 해결 (12 페이지), 개요 매뉴얼 (13 페이지), 매뉴얼 (5 페이지), 빠른 시작 매뉴얼 (6 페이지), 하드웨어 설치 매뉴얼 (46 페이지)

Cisco 1700 series 구성
Configuring the ADSL Interface
Router (config-if) dsl operating-mode mode
This command is for testing or lab environments only. Using a mode other auto for the DSL operating
Caution
mode can lead to unpredictable behavior on the ADSL line.
Configure routing protocols on the interface. (You must have previously enabled these protocols as part
Step 8
of global configuration.) In this example, IP, AppleTalk, and IPX are being configured on the ADSL
interface:
Router(config-if)# ip address 1.10.16.16 255.255.0.0
Router(config-if)# appletalk static cable-range 5-5
Router(config-if)# appletalk zone ZZ
Router(config-if)# ipx network B004
Step 9
Configure a PVC on the interface. (You must have the VPI/VCI number from the service provider
before you configure this.)
Router (config-if)# pvc 0/33
Router (config-if-atm-vc)# protocol ip
Router (config-if-atm-vc)# vbr-rt 160 160 1
Router (config-if-atm-vc)# encapsulation aal5snap
To configure another interface, enter the exit command to return to the
Step 10
Repeat Step 6 through Step 9 of this procedure to configure the next interface.
When you finish configuring interfaces, exit configuration mode. Return to the enable prompt by
Step 11
pressing Ctrl-Z. To see the current operating configuration, including any changes you just made, enter
the show running-config command:
Router# show running-config
To see the configuration currently stored in NVRAM, enter the show startup-config command:
Router# show startup-config
The results of the show running-config and show startup-config commands differ if you have made
Step 12
changes to the configuration but have not yet written them to NVRAM. To write your changes to
NVRAM and make them permanent, enter the copy running-config startup-config command:
Router# copy running-config startup-config
Building configuration. . .
[OK]
Router#
The router is now configured to boot in the new configuration.
AutoInstall
The AutoInstall process is designed to configure the router automatically after it connects to your WAN.
For AutoInstall to work properly, a TCP/IP host on your network must be configured to provide the
configuration files. The TCP/IP host can reside anywhere on the network if the following two conditions
are met:
Configuring an ADSL WAN Interface Card on Cisco 1700 Series Routers
10
The host must be on the remote side of the router's synchronous serial connection to the WAN.
User Datagram Protocol (UDP) broadcasts to and from the router and the TCP/IP host must be
enabled.
1.10.16.16 broadcast
Router(config)#
prompt.
OL-3317-03