cancel
Showing results for 
Search instead for 
Did you mean: 

VE stays up although the VLAN is inactive

VE stays up although the VLAN is inactive

rgrueebler
New Contributor

Hi everyone,

I have a problem with an VE interface. It says up although the VLAN is inactive. Here is the status of the VLAN:

GLB1-EF1-RB1# sh vlan 266
VLAN             Name            State                      Ports           Classification
(F)-FCoE                                                    (u)-Untagged
(R)-RSPAN                                                   (c)-Converged
(T)-TRANSPARENT                                             (t)-Tagged
================ =============== ========================== =============== ====================
266              TRANSITVLAN_4N* ACTIVE                     Te 1/0/28(t)   

 

 

GLB1-EF1-RB1# sh vlan 266
VLAN Name State Ports Classification
(F)-FCoE (u)-Untagged
(R)-RSPAN (c)-Converged
(T)-TRANSPARENT (t)-Tagged
================ =============== ========================== =============== ====================
266 TRANSITVLAN_4N* INACTIVE(member port down) Te 1/0/28(t)


The VE stays up:

GLB1-EF1-RB1# sh ip inter br rb 1
Ve 266 192.168.1.1 default-vrf up up

 

Expected behavior:
The VE should go to shut down when the VLAN is not active.

Is is possible to force the VE to go down when the VLAN is INACTIVE?

Best regards
Remo

1 REPLY 1

Truyen_Phan
Extreme Employee

Hi,

 

Which NOS version are you using? 


I’m able to see the VE going to shutdown right when I remove the vlan from the only port (TE 2/0/2) which has vlan 400 configured. 

 

vcs1_rb2# ter mon
Terminal monitoring is enabled.

vcs1_rb2# sh vlan br
Total Number of VLANs configured : 3
Total Number of VLANs provisioned : 3
Total Number of VLANs unprovisioned : 0
VLAN Name State Ports Classification
(F)-FCoE (u)-Untagged
(R)-RSPAN (c)-Converged
(T)-TRANSPARENT (t)-Tagged
================ =============== ========================== =============== ====================
1 default ACTIVE Te 2/0/2(t)

64 VLAN0064 INACTIVE(no member port)

400 VLAN0400 ACTIVE Te 2/0/2(t)

vcs1_rb2# sh run int te 2/0/2
interface TenGigabitEthernet 2/0/2
switchport
switchport mode trunk
switchport trunk allowed vlan add 400
switchport trunk tag native-vlan
spanning-tree shutdown
fabric isl enable
fabric trunk enable
no shutdown
!
vcs1_rb2# sh run rb int ve 400
rbridge-id 2
interface Ve 400
no shutdown
!
!
vcs1_rb2# con t
Entering configuration mode terminal
vcs1_rb2(config)# int te 2/0/2
vcs1_rb2(conf-if-te-2/0/2)# switchport trunk allowed vlan remove 400
2020/02/24-22:54:18 , [NSM-1017], 3040, SW/0 | Active | DCE, INFO, vcs1_rb2, Interface TenGigabitEthernet 2/0/2 is removed on interface vlan 400.
2020/02/24-22:54:18 , [NSM-1003], 3041, SW/0 | Active | DCE, INFO, vcs1_rb2, Interface Ve 400 is link down.
2020/02/24-22:54:18 l3_nsm_if_update_msg(): vlan0.400 Converted Bandwidth:1069439008
2020/02/24-22:54:18 l3_nsm_link_down_msg(): Received nsm link down msg vlan0.400 cindex:30003
2020/02/24-22:54:18 BGP: Interface vlan0.400 afi 1 went Down
2020/02/24-22:54:18 BGP: Interface vlan0.400 afi 2 went Down

vcs1_rb2(conf-if-te-2/0/2)# do sh ip int br | inc "Ve 400"
Ve 400 unassigned default-vrf up down


vcs1_rb2(conf-if-te-2/0/2)# do sh ver | in NOS
SW/0 NOS 7.3.0a ACTIVE*
SW/1 NOS 7.3.0a STANDBY

 

GTM-P2G8KFN