11-14-2007 05:00 AM - edited 03-05-2019 07:25 PM
Hello
Is there a way to force a SVI Vlan Interface up if no physical link is connected.
Best regards
Gerhard
11-14-2007 05:54 AM
Gerhard
Try configuring a trunk on the switch that includes that VLAN.
HTH
Ric
11-14-2007 08:11 AM
Hi Gerhard, try the following commands:
int vlanXXX
vlan XXX
I have used this in the past and it tends to bring the vlan ints up.
regards,
Raj
12-05-2011 05:31 PM
config terminal
!
interface Vlan1
ip address 192.168.0.1 255.255.255.0
no autostate
no shutdown
!
interface Vlan2
ip address 192.168.1.1 255.255.255.0
no autostate
no shutdown
!
interface Vlan3
ip address 192.168.2.1 255.255.255.0
no autostate
no shutdown
!
int range FastEthernet0/1 - 8
switch access vlan 1
switch mode access
!
int range FastEthernet0/9 - 16
switch access vlan 2
switch mode access
!
int range FastEthernet0/17 - 24
switch access vlan 3
switch mode access
!
end
produces the following results with all ports unplugged.
02-06-2013 07:38 AM
What IOS version supports the autostate command? I just loaded 15.0(2)SE IP base on a 3560v2 and this interface command is not available.
-Jeff
12-06-2011 01:34 AM
Hi,
take a look here: http://blog.ioshints.info/2009/07/followup-vlan-interface-status.html
Regards.
Alain
02-06-2013 07:46 PM
Hi
i think u have ti type it
Sent from Cisco Technical Support iPhone App
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