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