- ページ 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