[c-nsp] ME3600 - HSRP with an EoMPLS vc as the bridging mechanism
Jason Lixfeld
jason at lixfeld.ca
Thu Dec 8 23:17:31 EST 2011
Seeing as how the ME3x00X BU has epically shit the bed by omitting the SPAN feature, I have no way to troubleshoot this as I experiment with it, so maybe someone here has already tried and can tell me if I'm out to lunch or not...
I want to configure HSRP on two ME3600s (15.1(2)EY) and I want to use an EoMPLS VC to act as the bridging mechanism between the two EFPs, where one would normally use a VLAN.
Is that possible with something like this? :
! me3600-1
!
interface loopback 0
ip address 2.2.2.2
!
interface GigabitEthernet0/24
switchport trunk allowed vlan none
switchport mode trunk
xconnect 1.1.1.1 1 encapsulation mpls
service instance 1 ethernet
encapsulation untagged
l2protocol tunnel
bridge-domain 10
!
!
interface Vlan10
ip address 10.10.10.253 255.255.255.0
standby 1 ip 10.10.10.1
!
! me3600-2
!
interface loopback 0
ip address 1.1.1.1
!
interface GigabitEthernet0/24
switchport trunk allowed vlan none
switchport mode trunk
xconnect 2.2.2.2 1 encapsulation mpls
service instance 1 ethernet
encapsulation untagged
l2protocol tunnel
bridge-domain 10
!
!
interface Vlan10
ip address 10.10.10.254 255.255.255.0
standby 1 ip 10.10.10.1
!
Thanks in advance..
More information about the cisco-nsp
mailing list