Tuesday 3 February 2015

Interface VLAN is down

The interface VLAN is down.

Possible Cause

The VLAN was not created.

Solution

Although VLAN <###> is not yet created, the NX-OS allows the configuration of the interface vlan <###>. As a result, the interface vlan <###> does not come up. Use the show vlan command to determine if VLAN <###> exists. If it does not exist, use the vlan <###> command to create the VLAN. After the VLAN is created, you must bounce the interface VLAN to have it come up.

Example:

 switch(config)# interface vlan 600
 switch(config-if)# no shutdown
 switch(config-if)# show interface vlan 600 brief
 -------------------------------------------------------------------------------
 Interface Secondary VLAN(Type)                    Status Reason                
 -------------------------------------------------------------------------------
 Vlan600   --                                      down   other              
 switch(config)# show vlan id 600
 VLAN 600 not found in current VLAN database
 switch(config-if)# vlan 600
 switch(config)# show vlan id 600
 VLAN Name                             Status    Ports
 ---- -------------------------------- --------- -------------------------------
 600  VLAN0600                         active    Po1, Po11, Po30, Po31
 switch(config-if)# interface vlan 600
 switch(config-if)# shut
 switch(config-if)# no shutdown
 switch(config-if)# show interface vlan 600 brief
 -------------------------------------------------------------------------------
 Interface Secondary VLAN(Type)                    Status Reason                
 -------------------------------------------------------------------------------
 Vlan600   --                                      up     --      
Possible Cause

VLAN was suspended by the vPC configuration on the Nexus 5000 pair.

Solution

Show that the vPC consistency parameters are global and make sure that the VLAN was not suspended. Otherwise, fix the configuration mismatch on the Nexus 5000 pair:

Example:

 switch# sh vpc consistency-parameters global
     Legend:
         Type 1 : vPC will be suspended in case of mismatch
 Name                        Type  Local Value            Peer Value            
 -------------               ----  ---------------------- -----------------------
 QoS                         1     ([], [3], [], [], [],  ([], [3], [], [], [],
                                   [])                    [])                  
 Network QoS (MTU)           1     (1538, 2240, 0, 0, 0,  (1538, 2240, 0, 0, 0,
                                   0)                     0)                  
 Network Qos (Pause)         1     (F, T, F, F, F, F)     (F, T, F, F, F, F)  
 Input Queuing (Bandwidth)   1     (50, 50, 0, 0, 0, 0)   (50, 50, 0, 0, 0, 0)
 Input Queuing (Absolute     1     (F, F, F, F, F, F)     (F, F, F, F, F, F)  
 Priority)                                                                    
 Output Queuing (Bandwidth)  1     (50, 50, 0, 0, 0, 0)   (50, 50, 0, 0, 0, 0)
 Output Queuing (Absolute    1     (F, F, F, F, F, F)     (F, F, F, F, F, F)  
 Priority)                                                                    
 STP Mode                    1     Rapid-PVST             Rapid-PVST          
 STP Disabled                1     None                   None                
 STP MST Region Name         1     ""                     ""                  
 STP MST Region Revision     1     0                      0                    
 STP MST Region Instance to  1                                                
  VLAN Mapping                                                                
 STP Loopguard               1     Disabled               Disabled            
 STP Bridge Assurance        1     Enabled                Enabled              
 STP Port Type, Edge         1     Normal, Disabled,      Normal, Disabled,    
 BPDUFilter, Edge BPDUGuard        Disabled               Disabled            
 STP MST Simulate PVST       1     Enabled                Enabled              
 Allowed VLANs               -     1-2                    1-2                  
 Local suspended VLANs           2                      -                    
 switch# 

No comments:

Post a Comment