DDR Legacy Concepts and Configuration
Step 1: Routing Packets Out the Interface to be Dialed
ip route 192.168.0.0 255.255.255.0 10.0.0.1Step 2: Determining the Subset of the Packets That Trigger the Dialing Process
access-list 101 permit tcp any host 192.168.0.1 eq 80
! all ip packets being considered interesting
dialer-list 1 protocol ip permit
! all packets to the web servers consider interesting
dialer-list 2 protocol ip list 101
interface bri 0
encapsulation ppp
ip address 10.0.0.2 255.255.255.0