Specifications
Chapter 5 Configuring ISDN
Dial-In ISDN BRI Pool
5-46
Cisco 1700 Series Router Software Configuration Guide
78-5407-03
Configuring IP Static Routes and Dial-In Parameters
Follow these steps to configure an IP static router and the access lists that define
what type of network traffic the router will accept.
Configuring Command-Line Access to the Router
Follow these steps to configure parameters that control access to the router, such
as what type of terminal line can be used with the router, how long the router waits
for a user entry before it times out, and what password is used to start a terminal
session with the router.
Command Task
Step1
ip route 171.68.0.0 255.255.255.240
171.68.12.1
Configure an IP static route used to route data
received from remote routers.
Step2
access-list 101 deny ip any host
255.255.255.255
Define a standard access list based on IP
network variables.
Step3
access-list 101 permit ip any any Define a standard access list based on IP
network variables.
Step4
dialer-list 1 list 101 Specify a dialer list both by list number and
by protocol (IP) to define the packets of
interest that can trigger a call to the
destination.
Command Task
Step1
line console 0 Specify the console terminal line.
Step2
exec-timeout 5 Set the interval that the EXEC command
interpreter waits until user input is detected.
Step3
line vty 0 4 Specify a virtual terminal for remote console
access.
Step4
password <lineaccess> Specify a password on the line.