07-22-2011 12:36 AM
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
Solved! Go to Solution.
08-05-2011 01:29 AM
Thats is good, i have a point that i did not see in the software navigator for 7600 ,that it is support layer 2 local switching , like Ethernet Vlan to Ethernet Vlan.
is this is supported on SIP-400 with SPA 5 port V2, Also i read a document that mentioning that 6500 and 7600 just support ATM to ATM and FrameRelay to FrameRelay
08-05-2011 01:47 AM
You can do it by creating service instances on the ports, and then connect ethernet ports.
e.g:
interface TenGigabitEthernetX/X
service instance 1 ethernet
encapsulation dot1q 10
!
interface TenGigabitEthernetX/X
service instance 1 ethernet
encapsulation dot1q 10
connect NAME TenGigabitEthernetX/X 1 TenGigabitEthernetX/X 1
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide