The Internet as an Alternative | |
|
|
!
ip
allow reverse list REMOTE_to_CENTRAL
!
ip
allow list REMOTE_to_CENTRAL
!
nat source list Internet interface ppp 1 overload policy PoE nat source list Internet interface ppp 2 overload policy DIAL
!
!Since the Internet traffic is using 'nat source' to the active interface IP address,
!a destination policy class is included in the previous NAT policies to control which
!NAT is used. Specifying a destination policy class restricts that policy for use on
!sessions that egress an interface with the specified policy class. This in conjunction
!with 'ip firewall
!interface changes.
! |
|
ip |
|
allow reverse list REMOTE_to_CENTRAL |
|
! |
|
! |
|
ip route 0.0.0.0 0.0.0.0 ppp 1 | ! primary default route |
ip route 0.0.0.0 0.0.0.0 ppp 2 3 | ! backup default route |
! |
|
end |
|
12 | Copyright © 2005 ADTRAN, Inc. |