The Internet as an Alternative | |
|
|
!
interface ppp 1
description PPPoE Interface to ISP with Firewall, VPN to CENTRAL Gateway ip address negotiated
username ISP_PPPoE_Srv password a
pppchap hostname ISP_Customer_PPPoE ppp chap password a
mtu 1492 no shutdown
!
!
ip
!
ip
!
!each interface has its own policy class to allow for
!discrete destination policy control if needed
!
ip
!
ip
allow list REMOTE_to_CENTRAL
nat source list Internet interface ppp 1 overload policy PoE! Internet sessions are limited to egress ! interfaces with the PoE policy class
! |
|
ip | ! inbound on PoE allows any session from CENTRAL |
allow reverse list REMOTE_to_CENTRAL |
|
! |
|
! |
|
Ip route 0.0.0.0 0.0.0.0 ppp 1 | ! Internet traffic |
ip route 172.31.4.0 255.255.255.0 fr 1.1 | ! traffic to central over primary |
ip route 172.31.4.0 255.255.255.0 ppp 1 3 | ! traffic to central over backup |
! |
|
end |
|
8 | Copyright © 2005 ADTRAN, Inc. |