You are on page 1of 2

bba-group pppoe fpt-sgn

virtual-template 1
exit
ip local pool fpt-sgn 100.0.0.1 100.0.0.1
int virtual-template 1
ip add 100.0.0.2 255.255.255.252
mtu 1492
peer default ip address pool fpt-sgn
ppp authentication pap callin
no shut
exit
username ftth1 password cisco123
int e0/0
no shut
pppoe enable group fpt-sgn
exit
end
wr

interface e0/1
description FPT
no ip address
no shutdown
ip tcp adjust-mss 1452
pppoe enable group fpt-sgn
pppoe-client dial-pool-number 1
exit
interface Dialer0
ip address negotiated
ip mtu 1492
ip nat outside
ip virtual-reassembly in
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
ppp authentication pap callin
ppp pap sent-username ftth1 password cisco123
ppp ipcp dns request

int tunnel 0
ip add 10.1.1.1 255.255.255.0
tunnel mode gre ip
tunnel source 100.1.1.1
tunnel destination 101.1.1.4
ip mtu 1400
ip tcp adjust-mss 1360

int tunnel 0
ip add 10.1.1.2 255.255.255.0
tunnel mode gre ip
tunnel source 101.1.1.4
tunnel destination 100.1.1.1
ip mtu 1400
ip tcp adjust-mss 1360

You might also like