10-05-2017 03:30 PM - edited 03-08-2019 12:16 PM
I have a weird issue here: Cisco 3750 vlan status is UP line protocol is down.
- The SVI exists
- The VLAN is int the vlan database
- The vlan is on the trunk port
- The trunk port is up
- I issue shut/no shut
- If I were to put a live interface on the VLAN then it will show UP/UP
Yet, the VLAN line protocol is down although the VLAN is on the trunk port.
Can anyone help? See config:
Vlan100 10.6.254.2 YES NVRAM up down
interface Vlan100
ip address 10.1.254.2 255.255.255.252
interface Port-channel100
switchport trunk allowed vlan 100
end
Port-channel100 is up, line protocol is up (connected)
100 PS_Setup active
Spanning tree instance(s) for vlan 100 does not exist.
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
100 Po100(SU) LACP Gi1/0/23(P)
10-05-2017 04:44 PM
10-06-2017 08:38 AM
LA-SW1#sh spanning-tree vlan 100
Spanning tree instance(s) for vlan 100 does not exist.
LA-SW1#sh int vl 100
Vlan100 is up, line protocol is down
LA-SW1#sh vlan
100 Management active
04-03-2020 12:48 PM
Removing the valan.dat file, erasing the startup-config file then reload, and recreating the vlan 100 would do it too. ;)
10-05-2017 04:44 PM
Hi,
What is the output of the following command:
show interface Port-channel100 trunk
At the bottom of the output what vlan are "Vlans in spanning tree forwarding state and not pruned"
Thanks
John
10-06-2017 08:40 AM
@johnd2310 - When I do a "Show interface port-channel 100 trunk
The VLAN does not show up. Although the VLAN exists.
10-08-2017 08:15 PM
Hi,
You may have added the vlan to the port but is the port configured as a trunk port i.e. do you have the following config:
interface Port-channel100
switchport mode trunk
switchport trunk allowed vlan 100
What do you have connected at the other end, switch or server?
Thanks
John
10-05-2017 06:48 PM
10-06-2017 08:41 AM
10-05-2017 10:30 PM
Hello,
In addition to what others have said. You may also run the the following command on both the connected switchs.
#sh inter trunk (confirm whether you can see the Vlan here, #switchport trunk allowed vlan 100 may/maynot end up putting the Vlan in the trunk).
You should see the Vlan100 in
1) Vlans allowed and active in management domain
2) Vlans in spanning tree forwarding state and not pruned
Also to reinstate what others have said. You need to have alteast one live interface in VLAN 100.
* Additionally what I'll do is (for testing), Add SVI VLAN 100 on upstream switch and add the same to trunk downstream. It works for me.
Regards,
Moses.
10-06-2017 11:41 AM
The only time the VLAN comes up/up is when I make the trunk port and access as well: see below--->
interface Port-channel100
switchport access vlan 100
switchport trunk allowed vlan 100
end
VLAN turns up/up
Vlan100 10.100.254.1 YES manual up up
10-06-2017 12:30 PM
Hello,
soembody might have mentioned this before, but the point is quite simple:
You need to have an active port in the VLAN for the SVI to be up. Allowing a VLAN on a trunk is not enough, you need to assign the port to that VLAN. So:
switchport trunk allowed vlan 100
doesn't mean anything, the SVI stays down.
switchport access vlan 100
on any active port makes the SVI come up.
10-06-2017 12:34 PM
I have done this multiple times - This is the first time I am seeing this issues. Based, on experience once the VLAN is part of the trunk then it should be up/up. WIthout the trunk we would then need a live access port that belongs to the VLAN.
10-06-2017 12:38 PM
Hello,
can you post the working config with an SVI up, no access port in the respective VLAN, and the VLAN just allowed on the trunk ? If possible, post the configs of both switches, so we can lab this. Which switches are you using ?
10-06-2017 12:45 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide