01-21-2003 09:27 AM - edited 03-02-2019 04:23 AM
When you create an SVI, it does not become active until you associate it with a physical port. How do you associate an SVI with a physical port?
Solved! Go to Solution.
01-21-2003 09:34 AM
You need to have an port in the VLAN of the SVI for the interface to go up/up. This is due to the auto state feature. Here is an example for VLAN 3
config terminal
vlan 3
exit
interface vlan 3
ip address x.x.x.x y.y.y.y
interface gig 0/1
switchport mode access
switchport access vlan 3
01-21-2003 09:34 AM
You need to have an port in the VLAN of the SVI for the interface to go up/up. This is due to the auto state feature. Here is an example for VLAN 3
config terminal
vlan 3
exit
interface vlan 3
ip address x.x.x.x y.y.y.y
interface gig 0/1
switchport mode access
switchport access vlan 3
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