Hello,
I have following situation:
Two Cisco 7600 , routerA in POP-A anf routerB in POP-B.
xconnect configured for layer2 service:
RouterA:
interface TenGigabitEthernet1/1.75
description Link to CPE1
encapsulation dot1Q 75
xconnect b.b.b.b 100 encapsulation mpls
RouterB:
interface TenGigabitEthernet1/2.76
description Link to CPE2
encapsulation dot1Q 76
xconnect a.a.a.a 100 encapsulation mpls
Due to topology change link to CPE2 was moved to RouterA. xconnect refuses to take its own IP address for destination. I've tried to use simple "connect" on RouterA (had some success with it on Cisco7301 ):
connect localLink TenGigabitEthernet1/1.75 TenGigabitEthernet1/1.76 100
But it dosn't work.
Anyone has any suggestions?
Thanks.
Julius