You are on page 1of 2

**ASN-7418

ena
conf t
username Ro-southbound1-cust1 password hq-s01hq01
username ASN-6240 pass Ro-northbound.gd

int g0/1
no ip ad
no shut
pppoe enable group global

int s0/2/0
no ip add
ip add 200.31.45.2 255.255.255.252
no shut
encapsulation ppp
ppp authentication chap
exit
bba-group pppoe global
virtual-template 1
int g0/0/0
ip add 152.174.9.1 255.255.255.240
no shut
exit
int virtual-template 1
ip unnumbered g0/0/0
peer default ip address pool PPPoE
ppp authentication chap callin
exit
ip local pool PPPoE 152.174.9.2 152.174.9.4

ip route 76.40.100.0 255.255.255.0 152.174.9.2


router eigrp 450
no auto
net 152.174.9.0 0.0.0.15
net 200.31.45.0 0.0.0.3
redistribute static metric 1 1 1 1 1
exit

**ASN-6240

ena
conf t
username ASN-7418 pass Ro-northbound.gd

int s0/2/0
no ip add
ip add 200.31.45.1 255.255.255.252
no shut
encapsulation ppp
ppp authentication chap
exit

int s0/3/0
no ip add
ip add 111.196.70.1 255.255.255.252
no shut
exit

router eigrp 450


no auto
net 200.31.45.0 0.0.0.3
net 111.196.70.0 0.0.0.3
exit

**ASN-22047

ena
conf t
int s0/3/0
no ip add
ip add 111.196.70.2 255.255.255.252
no shut

int s0/2/0
no ip add
ip add 171.200.120.1 255.255.255.252
encapsulation ppp
ppp authen pap
ppp pap sent-user ASN-22047 pass Ro-NWbound-priv.gd
no shut
exit

router eigrp 450


no auto
redistribute static metric 1 1 1 1 1
net 111.196.70.0 0.0.0.3
net 171.200.120.0 0.0.0.3
exit
ip route 172.32.16.0 255.255.255.0 171.200.120.2

**BR-01

ena
conf t
int s0/2/0
ip add 171.200.120.2 255.255.255.252
encapsulation ppp
ppp auth pap
ppp pap sent-user BR-01 pass Ro-NWbound-priv.gd
no shut
ip nat outside
int g0/1
ip add 172.32.16.1 255.255.255.0
no shut
ip nat inside
exit

ip route 0.0.0.0 0.0.0.0 s0/2/0


access-list 1 permit 172.32.16.0 0.0.0.255
ip nat inside source list 1 int g0/1 overload

You might also like