Cisco Systems 520 series Webcam User Manual


 
4-4
Cisco Secure Router 520 Series Software Configuration Guide
OL-14210-01
Chapter 4 Configuring PPP over ATM with NAT
Configure the Dialer Interface
Repeat these steps for any additional dialer interfaces or dialer pools needed.
Step 8
exit
Example:
Router(config-if)# exit
Router(config)#
Exits the dialer 0 interface configuration.
Step 9
dialer-list dialer-group protocol protocol-name
{permit | deny | list access-list-number |
access-group}
Example:
Router(config)# dialer-list 1 protocol ip
permit
Router(config)#
Creates a dialer list and associates a dial group
with it. Packets are then forwarded through the
specified interface dialer group.
For details about this command and additional
parameters that can be set, see the Cisco IOS Dial
Technologies Command Reference.
Step 10
ip route prefix mask {interface-type
interface-number}
Example:
Router(config)# ip route 10.10.25.0
255.255.255.0 dialer 0
Router(config)#
Sets the IP route for the default gateway for the
dialer 0 interface.
For details about this command and additional
parameters that can be set, see the Cisco IOS IP
Command Reference, Volume 1 of 4: Routing
Protocols.
Command Purpose