cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7603
Views
0
Helpful
16
Replies

xconnect within the router (Cisco7600)

justa
Beginner
Beginner

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

1 Accepted Solution

Accepted Solutions

Did you consider MUX-UNI to avoid xconnect on Vlan interface::

interface TenGigEthernet 7/1

switchport

switchport trunk allowed vlan 75

sw mo trunk

interface TenGigEthernet 7/1.100

encap dot 100

xconnect x.x.x.x .....

View solution in original post