Avaya Support Forums  

Go Back   Avaya Support Forums > Avaya Networking Products

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #11  
Old 06-19-2015, 08:41 AM
sbilde sbilde is offline
Hot Shot
 
Join Date: Jun 2015
Location: Dallas, TX
Posts: 14
sbilde has 10 reputation points
Default

Quote:
Originally Posted by zakabog View Post
What exactly is your end goal? If you want the laptop to not receive ping replies then you'll need to drop untagged frames. The switch isn't untagging your traffic, your laptop is never tagging the traffic to begin with.
That's not the point.
I want the box to work in a predictable way in consistence with the settings configured.
What I observe here is an inconsistent behavior - the tag is removed even if the box is configured not to do so, and changing the setting makes no effect.
If that AutoPVID is the default behavior - Id like to have it documented in the first place, and it would be nice to know the mechanism. How exactly does the switch decide which traffic goes where? First packet on the port? First ARP? First broadcast? First with this particular source MAC?

For example, there are plenty networks out there with a router having several subinterfaces tagged and untagged on the same physical port with a single source MAC address. I can't predict the VSPs behavior if such a port is connected.

Before I understand all that I can't put the box in production because the real life scenarios are well beyond a simple laptop connectivity described here
  #12  
Old 06-19-2015, 11:08 AM
zakabog zakabog is offline
Genius
 
Join Date: Aug 2014
Posts: 300
zakabog has 25 to 49 reputation pointszakabog has 25 to 49 reputation pointszakabog has 25 to 49 reputation points
Default

Yeah, documentation would be great but I no longer expect to find any. Everything I've ever learned on these things has from been scanning through any documentation I can find as well as lots of trial and error, the more you go through the process the more everything starts to make sense.

Basically in your config, untagged traffic is going to travel across the default VLAN (VLAN 50) for the port it's coming from. Since your second port is configured as a trunk port and carrying traffic from both 50 and 150, it passes along the untagged traffic since it's on the same Layer 2 network (VLAN 50). You didn't tag the traffic from your laptop so it's not dropping any tags, it's just passing along the traffic as it was given, as if you had a flat switch.
  #13  
Old 06-22-2015, 07:40 AM
sbilde sbilde is offline
Hot Shot
 
Join Date: Jun 2015
Location: Dallas, TX
Posts: 14
sbilde has 10 reputation points
Default

Quote:
Originally Posted by zakabog View Post
Since your second port is configured as a trunk port and carrying traffic from both 50 and 150, it passes along the untagged traffic since it's on the same Layer 2 network (VLAN 50). You didn't tag the traffic from your laptop so it's not dropping any tags, it's just passing along the traffic as it was given, as if you had a flat switch.
I may be misunderstanding your explanation, but that's not how the 802.1q Ethernet switch works.
There are no untagged packets "inside" the switch. Every untagged packet received is tagged with a default VLAN (a.k.a. PVID) and treated accordingly.

The outgoing port may be a member of several VLANs, but only the default VLAN a.k.a. PVID can be either removed from the outgoing packet (Access Port) or left as it is (Trunk).
I configure the port _not_ to remove the PVID, the switch removes it instead hence the problem.
  #14  
Old 06-22-2015, 11:27 AM
zakabog zakabog is offline
Genius
 
Join Date: Aug 2014
Posts: 300
zakabog has 25 to 49 reputation pointszakabog has 25 to 49 reputation pointszakabog has 25 to 49 reputation points
Default

When you did encapsulation dot1q did you specify the two ports? Have you tried that to see if it makes any difference? Are you absolutely certain your laptops NIC does not understannd 802.1q tagged frames? Is there any reason you want to go against the recommended practice of dropping untagged frames?
  #15  
Old 06-22-2015, 11:52 AM
sbilde sbilde is offline
Hot Shot
 
Join Date: Jun 2015
Location: Dallas, TX
Posts: 14
sbilde has 10 reputation points
Default

Quote:
Originally Posted by zakabog View Post
When you did encapsulation dot1q did you specify the two ports?
The system won't allow you to assign more than one VLAN if the port is in Access mode, that answers the question. And the laptops - yes, as untagged as can be.

As for the rest - again, the problem is not the scheme itself, but the fact that a switch isn't working the way it is configured.

Thanks for confirming the same behavior on the other product!
I'll escalate it to Avaya itself.
  #16  
Old 06-22-2015, 12:02 PM
zakabog zakabog is offline
Genius
 
Join Date: Aug 2014
Posts: 300
zakabog has 25 to 49 reputation pointszakabog has 25 to 49 reputation pointszakabog has 25 to 49 reputation points
Default

Check that 802.1q encapsulation is enabled on the two ports first -

encapsulation dot1q port 1/1-2

That should do it, otherwise it will behave exactly as it is currently.
  #17  
Old 06-22-2015, 12:05 PM
sbilde sbilde is offline
Hot Shot
 
Join Date: Jun 2015
Location: Dallas, TX
Posts: 14
sbilde has 10 reputation points
Default

Code:
VSP-4450GSX-PWR+:1(config)#sh interfaces gigabitEthernet vlan

================================================================================
                                   Port Vlans
================================================================================
PORT          DISCARD DISCARD   DEFAULT VLAN         PORT     UNTAG    DYNAMIC
NUM   TAGGING TAGFRAM UNTAGFRAM VLANID  IDS          TYPE     DEFVLAN  VLANS
--------------------------------------------------------------------------------
1/1   enable  false   false     50      50,150       normal   disable  P
1/2   enable  false   false     50      50,150       normal   disable  P
1/3   disable false   false     1       1            normal   disable  P
1/4   disable false   false     1       1            normal   disable  P
...

Last edited by sbilde; 06-22-2015 at 12:10 PM.
  #18  
Old 06-22-2015, 01:39 PM
zakabog zakabog is offline
Genius
 
Join Date: Aug 2014
Posts: 300
zakabog has 25 to 49 reputation pointszakabog has 25 to 49 reputation pointszakabog has 25 to 49 reputation points
Default

Okay, wasn't aware that meant the dot1q encapsulation was on for the port, but reading through this -

https://downloads.avaya.com/css/P8/documents/100123976

it looks like with discard untagged frames disabled, the switch is just going to pass along the untagged traffic to any ports on the same VLAN without tagging it.
  #19  
Old 06-22-2015, 01:44 PM
sbilde sbilde is offline
Hot Shot
 
Join Date: Jun 2015
Location: Dallas, TX
Posts: 14
sbilde has 10 reputation points
Default

Quote:
Originally Posted by zakabog View Post
it looks like with discard untagged frames disabled, the switch is just going to pass along the untagged traffic to any ports on the same VLAN without tagging it.
It seems to be about SMLT. Can you point the page please?
  #20  
Old 06-22-2015, 02:03 PM
zakabog zakabog is offline
Genius
 
Join Date: Aug 2014
Posts: 300
zakabog has 25 to 49 reputation pointszakabog has 25 to 49 reputation pointszakabog has 25 to 49 reputation points
Default

Page 67, it was the most relevant documentation I could find.
Closed Thread

Tags
pvid, vlan, vsp

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 10:26 AM.

This Forum is provided solely for the use and convenience of Avaya customers and partners. Use of the Forum is subject to the Terms and Use and Privacy Statement found at www.avaya.com. No other use is permitted. The Forum including all content posted is “AS IS” and Avaya expressly disclaims all warranties and/or guarantees as to its accuracy, reliability, usefulness, quality or non-infringement of intellectual property. Avaya reserves the right to remove any content posted on the Forum at any time and for whatever reason.

Avaya will not be liable for any content posted on this Forum, including, without limitation, any errors or omissions or for any losses or damages of any kind incurred as a result of use or reliance on any content, regardless of its origin.

You expressly understand and agree that you assume all risks associated with use or reliance on this content.