cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

lag port is not shown in vlan details

lag port is not shown in vlan details

Weda
New Contributor
I have created 2 vlans in an S4. Vlan config is as below.

# vlan
set vlan create 3000,4000
set vlan name 1 VLAN_1
set vlan name 3000 VLAN_3000
clear vlan egress 1 lag.0.1-190;tbp.0.1-62;tg.1.1-24;ge.2.1-48
set vlan egress 3000 lag.0.1;ge.2.1-11,20 tagged
set vlan egress 4000 lag.0.1;ge.2.1-14,20 tagged
!
Problem is when I do " show vlan 4000" It does not show lag.0.1 port under egress ports while
it shows for Vlan 3000. What could be the reason for this? I'm confused.. šŸ™‚

3 REPLIES 3

Mike_D
Extreme Employee

Your welcome.
Thanks for the follow up Weda

Mike

Mike_D
Extreme Employee

Hello Weda,

Show vlan output displays ports that actively egress the vlan of interest. This includes configured vlan egress and those ports forwarding due to protocol such as mvrp. This output does not include ports that are not actively forwarding the vlan.

To see the output you want here, use show vlan static.


The state output vs static-config nuance is a little tricky at first.
Among other things the behavior gets exercised as a common comparison/troubleshooting tool.

Hope that helps,
Mike

Weda
New Contributor
Thanks for your explanation.
GTM-P2G8KFN