cancel
Showing results for 
Search instead for 
Did you mean: 

VLAN across a MatrixN7 and a B-Series B5

VLAN across a MatrixN7 and a B-Series B5

AJP
New Contributor II
Hello,

i recently inherited a small network composed entirely of enterasys gear.

I have been reading the many helpful posts in this forum, including the faq on the matrix n-series on how to create a 802.1q trunk, but still im struggling and im not one to give up but i decided to reach out for help.

Basically i have this setup with 2 remote locations:

- Site A with the matrix n7
- Site B with the B5
- Trying to setup a new vlan in the N7 and having it forward the new VLan across the trunk to the B5...simple eh...well, not for me 😞

The moment i create a new vlan and tag that vlan to the port, i lose connectivity between the 2 switches.

- In matrix n7 i have this:

set vlan create 2-11,99
set vlan name 2 Oficinas
set vlan name 3 Maq_Cafe
set vlan name 4 DataCenter
set vlan name 5 Piso1
set vlan name 6 Piso2
set vlan name 7 VilaConde
set vlan name 8 vlan8
set vlan name 9 consulta_externa
set vlan name 10 ILOS
set vlan name 11 vc2
set vlan name 99 outside
clear vlan egress 1 host.0.1;ge.1.23,25-48,52,54;rtr.1.1;ge.2.23-48,52;ge.3.37-48
set vlan egress 1 lag.0.1-48;ge.1.1-22,24,49-51,53;ge.2.1-22,49-51,53-54;ge.3.1-36,49-54 untagged
set vlan egress 2 lag.0.1-3;ge.1.49-53;ge.2.49-54 tagged
set vlan egress 2 ge.1.54 untagged
set vlan egress 3 lag.0.1-3;ge.1.49-54;ge.2.49-54 tagged
set vlan egress 4 lag.0.1-4;ge.1.49-54;ge.2.49-54;ge.3.1-2 tagged
set vlan egress 4 ge.1.25-48;ge.2.23,25-48;ge.3.37-48 untagged
set vlan egress 5 lag.0.1-3;ge.1.49-51,53-54;ge.2.49-54 tagged
set vlan egress 5 ge.1.52 untagged
set vlan egress 6 lag.0.1-3;ge.1.49-54;ge.2.49-51,53-54 tagged
set vlan egress 6 ge.2.52 untagged
set vlan egress 7 ge.2.24 untagged
set vlan egress 8 lag.0.5;ge.1.53;ge.2.53 tagged
set vlan egress 9 ge.3.49-50 tagged
set vlan egress 10 lag.0.1-5;ge.1.47-54;ge.2.24,49-54;ge.3.1-2 tagged
set vlan egress 10 host.0.1;ge.1.23 untagged
set vlan egress 11 ge.2.24 tagged
set vlan interface 9 create

- In the B5 i have this:

set vlan create 7
set vlan create 10
set vlan create 11
set vlan name 11 vc2
clear vlan egress 1 ge.1.7
set vlan egress 10 ge.1.1;ge.1.41-48;lag.0.1-6 tagged
set vlan egress 11 ge.1.43;ge.1.45 tagged
set vlan egress 11 ge.1.7 untagged

In bold is the port assigned vlan that its used for the trunking between the 2 switches, but i see them as untagged at port ge.2.24 in the N7 side and as tagged at port ge.1.43 in the B5 side.

What im trying to do is to tag same vlan 7 at both ends of the trunks on respective ports and configure a new vlan to span across the trunk, but the minute i add set vlan egress 7 ge.1.43 tagged to the B5 side, and tag the ge.2.24 at vlan 7 in the N7 side, i lose everything.

I really hope anyone can help me with this, and explain to me what am i not seing with the concept used by extreme networks, as i will be needing this to manage this network and im really depending on it.

Sorry for the long text .

Thank you.

António.

13 REPLIES 13

AJP
New Contributor II
After reading some docs about GVRP, i have one doubt: can i disable GVRP globally or i need to disable it by port, and doing so can i do it without breaking existing VLANs?

TY again.

AJP
New Contributor II
You have been great guys. Thank you for all the helpful posts. I will get back to you soon.

Jason_Parker
Contributor
Lets look at it this way

Switch A going to switch B
If all tagged (set vlan egress) then all should be well but note:
if 2 or more ports are in a lag then I suggest
a. placing all ports in the set vlan egress command
b. run the command
Stack set vlan egress vlan X lag.0.1-6 tagged (6 is the max)
N7 set vlan egress vlan X lag.0.1-62 tagged (I think it goes to a higher vlan but it depends on code

The one thing to note:
1. Are all of the VLAN's you want on the link(Lag or singleport) on the vlan egress tagged
BTW
Stacks allow a command
show vlan portinfo port (port#)
The later N codes (I believe) support this command

now Test via pings
Jason

JAMES_WIEDEL
New Contributor II
Looking at your configuration for ge.2.24, you have two untagged VLANs on that port. This is in general a bad idea. The issue is this: both VLANs will send traffic out the port fine. The real problem is when untagged data comes IN the port; which VLAN does it go to? (That is a mystery).
You should always have tagged VLANs on your trunk ports except for one (1) default VLAN.

That being said, it is very easy build these (assuming the VLAN is already created):
"set vlan egress ge.2.24 22 tag" will add VLAN 22 as a tagged VLAN on port ge.2.24
Do the same command with appropriate ports and you are done.
You can leave the default VLAN set to 1, as long as there is only one untagged VLAN.

As for GVRP.... well, we turn it off by default. We have found it creates more trouble than it is worth at times. The idea is great, how it is actually implemented is not. It tears down VLANs before rebuilding them. If you have your management on a VLAN other that VLAN 1, when the VLANs are torn down, you loose contact between the switches. You would then have to make a trip out to the switches to reprogram them via the command console.

James

AJP
New Contributor II
Heres the info on the sh port egress



Matrix N7 Platinum(su)->show port egress ge.2.24

ge.2.24 1 untagged static

ge.2.24 7 untagged static

ge.2.24 10 tagged static

ge.2.24 11 tagged static


C3(su)->show port egress ge.1.43

Port Vlan Egress Registration

Number Id Status Status

------------------------------------------------------------

ge.1.43 1 untagged static

ge.1.43 7 tagged static

ge.1.43 10 tagged static

ge.1.43 11 tagged static


Host Vlan is 1

Spantree mode is mstp

GVRP is running in the N7 side.

Thank you for your help.

GTM-P2G8KFN