GRE between Cisco 827 and Juniper ERX

I am currently looking for a working config for a GRE tunnel between a Cisco 827 and a Juniper ERX. The Cisco connects to the 827 via PPPoE. The transport into the DSL cloud is through a L2TP tunnel. Here is what I have so far:

Cisco 827:

interface Tunnel0 ip address 2.2.2.2 255.255.255.252 tunnel source Dialer1 tunnel destination 172.31.80.1 ! interface Ethernet0 ip address 192.168.150.1 255.255.255.0 hold-queue 100 out ! interface ATM0 no ip address no atm ilmi-keepalive dsl operating-mode auto ! interface ATM0.1 point-to-point pvc 8/35 encapsulation aal5snap pppoe-client dial-pool-number 1 ! ! interface Dialer1 mtu 1492 ip address negotiated encapsulation ppp dialer pool 1 ppp pap sent-username *********@*******.*** password 0 ********* ! ip classless ip route 0.0.0.0 0.0.0.0 Dialer1

ERX:

interface loopback 5 ip address 172.31.80.1 255.255.255.0 ! interface tunnel gre:lab transport-virtual-router Lab tunnel source 172.31.80.1 tunnel destination 172.31.80.2 ip address 2.2.2.1 255.255.255.252

Any assistance is appreciated

read more and respond »

Posted 5 years ago by skweetis in Cisco Systems

Report misuse

Image for GRE between Cisco 827 and Juniper ERX