cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
9646
Views
0
Helpful
4
Replies

How to bring interface vlan up?

Lotfi BOUCHERIT
Level 1
Level 1

Hello,

We have about 10 cisco switches (c2960) connected to a distribution switch (l3 switch 3650). And we defined vlan 50 to be our management vlan of cisco materials.

I recently found that not all of the switches are manageable through the management interface. And discovered that in those switches facing that problem, that vlan 50 status is down and line protocol is down.

I would like to know how we can bring that interface up?

Thank you.

4 Replies 4

luis_cordova
VIP Alumni
VIP Alumni

Hi @Lotfi BOUCHERIT,

 

Could you share the configuration of the vlan 50 interface and the trunk interface that connects switches L2 and L3?

 

Regards

Julio E. Moisa
VIP Alumni
VIP Alumni

Hi

I assume the interface vlan 50 is down down, 

 

Well have you verified if the vlan 50 is created on the switches and also if the vlan is passing through the trunk interfaces?

 

You could  be filtering the vlans through the trunks so you must add it in order to enable the SVI 50.

 

switchport trunk allowed vlan add 50

 

Hope it is useful

:-)

 

 




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

Mike.Cifelli
VIP Alumni
VIP Alumni
You must have a host directly connected to your switch sitting in that vlan, or the vlan active on your trunk uplink. Also, verify that your vlan is in your vlan DB.
On your access switchport it would look like:
switchport mode access
switchport access vlan ##
<with other desired commands>
On your trunk swtichport it would look like:
switchport mode trunk
switchport trunk allow vlan add ###
<with other desired commands>

HTH!

Hello

1) an interface is allocated to the vlan

2) it’s part of a trunk

3) the vlan is active and not suspended or shutdown

 

 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul