cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
402
Views
0
Helpful
1
Replies

Setting up SVI's on a Catalyst 3550-12G

cknotes
Level 1
Level 1

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?

1 Accepted Solution

Accepted Solutions

Prashanth Krishnappa
Cisco Employee
Cisco Employee

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

View solution in original post

1 Reply 1

Prashanth Krishnappa
Cisco Employee
Cisco Employee

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