Xconnect simple Lab
CSR1000v PE – P is IOL

P config
interface Ethernet0/0
ip address 10.10.20.1 255.255.255.0
!
interface Ethernet0/1
ip address 10.10.30.1 255.255.255.0
!
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
ip route 192.168.20.1 255.255.255.255 10.10.20.2
ip route 192.168.30.1 255.255.255.255 10.10.30.2
PE1
pseudowire-class BB
encapsulation l2tpv3
protocol none
ip local interface Loopback0
interface Loopback0
ip address 192.168.30.1 255.255.255.255
!
interface GigabitEthernet1
ip address 10.10.30.2 255.255.255.0
negotiation auto
no mop enabled
no mop sysid
!
interface GigabitEthernet2
no ip address
negotiation auto
no keepalive
no mop enabled
no mop sysid
xconnect 10.10.30.2 1 encapsulation l2tpv3 manual pw-class BB
l2tp id 1 2
!
ip route 0.0.0.0 0.0.0.0 10.10.30.1
PE2
pseudowire-class BB
encapsulation l2tpv3
protocol none
ip local interface Loopback0
!
!
interface Loopback0
ip address 192.168.20.1 255.255.255.0
!
interface GigabitEthernet1
ip address 10.10.20.2 255.255.255.0
negotiation auto
no mop enabled
no mop sysid
!
interface GigabitEthernet2
no ip address
negotiation auto
no keepalive
no mop enabled
no mop sysid
xconnect 10.10.30.2 1 encapsulation l2tpv3 manual pw-class BB
l2tp id 1 2
!
ip route 0.0.0.0 0.0.0.0 10.10.20.1
verifications :
PE1


PE2


Some more tweaks required for the Lan segment .. which will come soon
Happy Labbbbing……………………!