Discussion:
AW: Re:Switch B3 - VLANs
Flemmig Dennis
2014-09-11 14:02:21 UTC
Permalink
Hi Rogerio,

it seems that this is missing on Switch_1 :

set vlan egress 101 ge.1.48 tagged
set vlan egress 102 ge.1.48 tagged

The output below shows that VLANs 101,102 are not allowed on ge.1.48!

Kind regards
Dennis




-----Ursprüngliche Nachricht-----
Von: ***@listserv.unc.edu [mailto:***@listserv.unc.edu] Im Auftrag von Rogerio
Gesendet: Donnerstag, 11. September 2014 15:27
An: Enterasys Customer Mailing List
Betreff: Re:[enterasys] Switch B3 - VLANs

Hi Dennis,

I have tried your solution, but there are a problem.

I eliminate host D and I changed number of ports and vlan id, then I typed the commands below:

Port of Host A (switch 1 ge.1.7):
set port vlan ge.1.7 1 mod
set vlan egress 101 ge.1.7 untagged
set vlan egress 102 ge.1.7 untagged

Port of Host B (switch 1 ge.1.10):
set port vlan ge.1.10 101 mod
set vlan egress 1 ge.1.10 untagged

Port of Host C (switch 2 ge.1.24):
set port vlan ge.1.24 102 mod
set vlan egress 1 ge.1.24 untagged


Uplink ports (ge.1.48 on both switches):
set vlan egress 1 ge.1.48 tagged
set vlan egress 101 ge.1.48 tagged
set vlan egress 102 ge.1.48 tagged


After this configuration, if in host A I do a ping to B, I have a answer, it's right, but if I do a ping to host C, I have no asnwer, it's undesirable. What is wrong?


Follow "show vlan" of the switches 1 and 2.


Switch_1(su)->show vlan

VLAN: 1 NAME: DEFAULT VLAN
VLAN Type: Default
Egress Ports
ge.1.1, ge.1.3-10, ge.1.13-15, ge.1.19-26, ge.1.28, ge.1.30, ge.1.32-34, ge.1.36-39, ge.1.45-48
Forbidden Egress Ports
None.
Untagged ports
ge.1.1, ge.1.3-10, ge.1.13-15, ge.1.19-26, ge.1.28, ge.1.30, ge.1.32-34, ge.1.36-39, ge.1.45-47

VLAN: 101 NAME:
VLAN Type: Permanent
Egress Ports
ge.1.7, ge.1.10
Forbidden Egress Ports
None.
Untagged ports
ge.1.7, ge.1.10

VLAN: 102 NAME:
VLAN Type: Permanent
Egress Ports
ge.1.7
Forbidden Egress Ports
None.
Untagged ports
ge.1.7



Switch_2(su)->show vlan

VLAN: 1 NAME: DEFAULT VLAN
VLAN Type: Default
Egress Ports
ge.1.3-4, ge.1.6-9, ge.1.11, ge.1.13-22, ge.1.24-26, ge.1.35-36, ge.1.38, ge.1.48
Forbidden Egress Ports
None.
Untagged ports
ge.1.3-4, ge.1.6-9, ge.1.11, ge.1.13-22, ge.1.24-26, ge.1.35-36, ge.1.38

VLAN: 101 NAME:
VLAN Type: Permanent
Egress Ports
ge.1.48
Forbidden Egress Ports
None.
Untagged ports
None.

VLAN: 102 NAME:
VLAN Type: Permanent
Egress Ports
ge.1.24, ge.1.48
Forbidden Egress Ports
None.
Untagged ports
ge.1.24


Thanks,
Rogerio



---
To unsubscribe from enterasys, send email to ***@unc.edu with the body: unsubscribe enterasys ***@cancom.de

---
To unsubscribe from enterasys, send email to ***@unc.edu with the body: unsubscribe enterasys gneu-
Rogerio
2014-09-11 14:14:12 UTC
Permalink
Hi Dennis,

I send the wrong output for switch 1, the below is the corret, but don't work as expected. What is wrong?



Switch_1(su)->show vlan

VLAN: 1 NAME: DEFAULT VLAN
VLAN Type: Default
Egress Ports
ge.1.1, ge.1.3-10, ge.1.13-15, ge.1.19-26, ge.1.28, ge.1.30, ge.1.32-34, ge.1.36-39, ge.1.45-48
Forbidden Egress Ports
None.
Untagged ports
ge.1.1, ge.1.3-10, ge.1.13-15, ge.1.19-26, ge.1.28, ge.1.30, ge.1.32-34, ge.1.36-39, ge.1.45-47

VLAN: 101 NAME:
VLAN Type: Permanent
Egress Ports
ge.1.7, ge.1.10, ge.1.48
Forbidden Egress Ports
None.
Untagged ports
ge.1.7, ge.1.10

VLAN: 102 NAME:
VLAN Type: Permanent
Egress Ports
ge.1.7, ge.1.48
Forbidden Egress Ports
None.
Untagged ports
ge.1.7

Thanks,
Rogerio
---
To unsubscribe from enterasys, send email to ***@unc.edu with the body: unsubscribe enterasys gneu-***@gmane.org
Strebler, Reinhard (SCC)
2014-09-12 07:23:28 UTC
Permalink
BTW: You can have more than one Vlan on one port. Be aware of the difference between ingress and egress rule.
Untagged ingress is "PVID" (set port vlan ...). This in unique. There is exactly *one* untagged ingress vlan per port.
Untagged egress is "set vlan egress ...". There is no limitation regarding the number of egress vlans in IEEE802.1Q - neither untagged nor tagged. The basic question is: Does it make sense?

Kind regards
Reinhard
-----Original Message-----
Behalf Of Kannengießer, Peter
Sent: Friday, September 12, 2014 9:00 AM
To: Enterasys Customer Mailing List
Subject: AW: [enterasys] AW: Re:Switch B3 - VLANs
Your output seem that you've find a bug...
You can't have 2 vlans untagged on one port (ge.1.7) in one switch...
Normaly the switch schouldn't accept such a configuration.
Peter
-----Ursprüngliche Nachricht-----
Auftrag von Rogerio
Gesendet: Donnerstag, 11. September 2014 16:14
An: Enterasys Customer Mailing List
Betreff: [enterasys] AW: Re:Switch B3 - VLANs
Hi Dennis,
I send the wrong output for switch 1, the below is the corret, but don't work
as expected. What is wrong?
Switch_1(su)->show vlan
VLAN: 1 NAME: DEFAULT VLAN
VLAN Type: Default
Egress Ports
ge.1.1, ge.1.3-10, ge.1.13-15, ge.1.19-26, ge.1.28, ge.1.30, ge.1.32-34, ge.1.36-
39, ge.1.45-48 Forbidden Egress Ports None.
Untagged ports
ge.1.1, ge.1.3-10, ge.1.13-15, ge.1.19-26, ge.1.28, ge.1.30, ge.1.32-34, ge.1.36-
39, ge.1.45-47
VLAN Type: Permanent
Egress Ports
ge.1.7, ge.1.10, ge.1.48
Forbidden Egress Ports
None.
Untagged ports
ge.1.7, ge.1.10
VLAN Type: Permanent
Egress Ports
ge.1.7, ge.1.48
Forbidden Egress Ports
None.
Untagged ports
ge.1.7
Thanks,
Rogerio
---
---
---
To unsubscribe from enterasys, send email to ***@unc.edu with the body: u
Rogerio
2014-09-12 11:52:31 UTC
Permalink
Hi Dennis,

I have founded the problem. The configuration in switches are right.
The problem was in interface of host C. I corrected it and then all is OK.

Thank you.

Rogerio
---
To unsubscribe from enterasys, send email to ***@unc.edu with the body: unsubscribe enterasys gneu-***@gmane.org
enterasys@listserv.unc.edu
2014-09-12 11:54:20 UTC
Permalink
Estaré fuera de la oficina del 12 al 17 de Septiembre de 2014, Si tu asunto requiere atención inmediata, por favor comunicarse con Jose Luis Pantoja al teléfono 9000 1777 o al correo ***@netcontroll.com o con David Aguilar al teléfono 90001777 o al correo ***@netcontroll.com.

Gracias.
Saludoss


---
To unsubscribe from enterasys, send email to ***@unc.edu with the body: unsubscribe enterasys gneu-***@gmane.org
Loading...