Technical data
6-12 Dial Solutions Quick Configuration Guide
Sample Configurations for Routing Across Modem Lines
ppp authentication chap
pulse-time 3
!
router rip
network 172.16.0.0
!
ip route 0.0.0.0 0.0.0.0 172.16.10.1
ip route 172.16.10.1 255.255.255.255 async 1
!
access-list 100 deny ip 0.0.0.0 255.255.255.255 255.255.255.255 0.0.0.0
access-list 100 permit ip 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255
!
dialer-list 1 list 100
!
line con 0
line aux 0
modem InOut
speed 115200
script reset rstusr
flowcontrol hardware
!
line vty 0 4
password test
login
!
end