02-08-2017 12:23 PM - edited 03-08-2019 09:14 AM
I need this switch in vlan 119 for management. Can someone tell me why when I pass the no shut command on int vlan 119 that I lose the switch entirely? It is uplinked off of a cisco sg300
Cisco WS-C2950T-24 Switch uplink port and vlans
interface GigabitEthernet0/2
switchport trunk allowed vlan 1-6,11,75,119
switchport mode trunk
!
interface Vlan1
ip address 172.18.0.29 255.255.255.0
no ip route-cache
shutdown
!
interface Vlan11
ip address 10.80.1.29 255.255.0.0
no ip route-cache
!
interface Vlan119
no ip address
no ip route-cache
shutdown
Uplinked to sg300
swc#sh run int g02
interface gigabitethernet2
description Uplink_to_2950
spanning-tree link-type point-to-point
macro description switch
switchport trunk allowed vlan add 2,11,18,21,25,75,119
!next command is internal.
macro auto smartport dynamic_type switch
SWC#sh run int vlan 11
interface vlan 11
name net
SWC#sh run int vlan 119
interface vlan 119
name gen
ip address dhcp
02-08-2017 12:43 PM
The C2950 can't have more than one vlan interface administratively up at once, so when you "no shut" interface vlan 119 it will shut interface vlan 11.
Either you reconfigure it via serial console, or you can try to assign an IP address to interface vlan 119, then "no shut" it, then access the C2950 from a computer in the same subnet in vlan 119 and change its default gateway to match the new management subnet...
02-08-2017 12:47 PM
Hi,
It could be a bug, This device is too old and probably there are no new images to upgrade it.
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