[j-nsp] juniper - cisco l2circuit problem
Christian Malo
chris at fiberpimp.net
Thu Apr 5 16:13:34 EDT 2007
I didn't think I could use sub-if when the main interface was setup as a
switchport.
It works like that ...
interface GigabitEthernet1/2
description blahblah
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,100,127
switchport mode trunk
!
interface GigabitEthernet1/2.100
encapsulation dot1Q 100
no snmp trap link-status
xconnect X.X.Y.110 803 encapsulation mpls
!
-----Original Message-----
From: Yevgeniy Voloshin [mailto:yevgeniy.voloshin at gmail.com]
Sent: Thursday, April 05, 2007 4:01 PM
To: Christian Malo
Cc: juniper-nsp at puck.nether.net
Subject: Re: [j-nsp] juniper - cisco l2circuit problem
Chris,
I think on 7600/6500 you want use vlan-based EoMPLS, so xconnect must
be configuresd on GigabitEthernet1/2 subinterface something like that
interface GigabitEthernet1/2.100
encapsulation dot1Q 100
xconnect X.X.Y.100 803 encapsulation mpls
no shut
Useful CCO link:
http://www.cisco.com/en/US/products/hw/routers/ps368/products_configuration_
guide_chapter09186a0080699477.html
Confguration xconnect under interface Vlan100 works only on 3750ME!
Also be sure that you add lo0.0(I mean X.X.Y.100) under protocols ldp
section on juniper:
set protocols ldp interface lo0.0
---
HTH,
Yev.
More information about the juniper-nsp
mailing list