Cisco 1700 series 빠른 시작 매뉴얼 - 페이지 4

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

Cisco 1700 series 빠른 시작 매뉴얼
Configuring Dynamic Routing Parameters
Step
Task
5
Configure this interface for PPP encapsulation.
Enable this interface and the configuration changes you have just
6
made on the interface.
Exit configuration mode for this interface.
7
Configuring Dynamic Routing Parameters
Use this table to configure some dynamic routing parameters.
Step
Task
1
Enable RIP routing on the router and enter router
configuration mode.
Specify the router to use RIP version 2.
2
Enable Enhanced IGRP for this network.
3
4
Disable automatic summarization of subnet routes into
network-level routes.
Configure the router to forward packets addressed to a subnet
5
of a network with no network default route.
6
Exit router configuration mode.
Configuring Command-Line Access to the Router
Use this table to configure some parameters that control access to the router.
Step
Task
Specify the console terminal line and enter line configuration mode.
1
Set the interval that the EXEC command interpreter waits until user input
2
is detected.
Specify a virtual terminal for remote console access
3
4
Specify a password on the line.
Enable password checking at terminal session login.
5
6
Exit configuration mode.
Verifying Your Configuration
You can verify your configuration by checking the serial interface configuration:
Step 1
Step 2
4-4
Cisco 1700 Router Software Configuration Guide
From privileged EXEC command mode, enter the show interface serial 0 command.
Confirm that the "Serial0 is up, line protocol is up" message (shown in bold in the
example) appears in the command output.
1700# show interface ser0
Serial0 is up, line protocol is up
Hardware is PowerQUICC Serial
Router Prompt
1700(config-if)#
1700(config-if)#
1700(config-if)#
Router Prompt
1700(config)#
1700(config-router)#
1700(config-router)#
1700(config-router)#
1700(config-router)#
1700(config-router)#
Router Prompt
1700(config)#
1700(config-line)#
1700(config-line)#
1700(config-line)#
1700(config-line)#
1700(config-line)#
Command
encapsulation PPP
no shutdown
exit
Command
router rip
version 2
network 10.0.0.0
no auto-summary
ip classless
exit
Command
line console 0
exec-timeout 5
line vty 0 4
password <lineaccess>
login
end