Wednesday, March 21, 2018

Inter vlan communication under nexus 9k

Hello, I'm faced with a really specific usecase for a cloud environment.

I need to bridge multiple vlan under a nexus 9k. I can get it working under brocade CER/MLX like this

router mpls vpls foo 100 vlan 10 tagged ethe 1/1 to 1/3 vlan 11 tagged ethe 1/1 to 1/3 

Under nexus 7k I can do something like this

int eth 1/1 service instance 10 encapsulation dot1q 10 service instance 11 encapsulation dot1q 11 int eth 1/2 service instance 10 encapsulation dot1q 10 service instance 11 encapsulation dot1q 11 eth 1/3 service instance 10 encapsulation dot1q 10 service instance 11 encapsulation dot1q 11 bridge-domain domain-id 100 member eth1/1 service-instance 10 member eth1/2 service-instance 10 member eth1/3 service-instance 10 member eth1/1 service-instance 11 member eth1/2 service-instance 11 member eth1/3 service-instance 11 

can I acheave something like this under nexus 9k ?



No comments:

Post a Comment