My boss (the head sys admin) was out on a ski trip and we had some colo clients moving their servers to our new network room. Right now we just have a 24-port Cisco Catalyst switch with only two ports occupied (1 for net connection, the other for this colo). We have only setup their VLAN so they should plug it in and it should work... well it does! The problem is that in their track they have 3 other machines that we colo and it is on another VLAN. I had setup VLANs before when my boss told me exactly everything to type but I was on my own this time...
So I tried playing with the switch (telnet) and attempted to configure it...
I am trying to configure VLAN 33 to go through FastEthernet0/6. I have entered the following when in conf mode :
C2924XL-1(config-if)#switchport ?
access Set access mode characteristics of the interface
mode Set trunking mode of the interface
multi Set characteristics when in multi-VLAN mode
priority Set 802.1p priorities
trunk Set trunking characteristics of the interface
voice Voice appliance attributes
C2924XL-1(config-if)#switchport multi ?
vlan Set multi-VLAN mode VLANs
C2924XL-1(config-if)#switchport multi vlan ?
LINE VLAN IDs of VLANs to be used in multi-VLAN mode
add add VLANs to the current list
remove remove VLANs from the current list
C2924XL-1(config-if)#switchport multi vlan add ?
LINE VLAN IDs of VLANs to be used in multi-VLAN mode
C2924XL-1(config-if)#switchport multi vlan add 33
the following I got from some website
conf t
interface FastEthernet0/6 (it doesnt have to be 0/24)
duplex full
speed 100
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 33
switchport mode trunk
It removed the interface when I did "show vlan". For some dumb reason I went to conf the VLAN and I typed "manage" without a question mark so it executed the command. I can't telnet to the switch anymore, does this mean that I have to be on VLAN 33 in order to correct this?
I have already notified my boss, but he is skiing and his phone doesn't work (I left a message). I am not trying to fix this under his nose, I expect a reprimand from him anyways. Is this colo now disconnected? They confirmed it was working, but I am not sure they tried it after I did this.
Thanks for any help you can give! 😱
So I tried playing with the switch (telnet) and attempted to configure it...
I am trying to configure VLAN 33 to go through FastEthernet0/6. I have entered the following when in conf mode :
C2924XL-1(config-if)#switchport ?
access Set access mode characteristics of the interface
mode Set trunking mode of the interface
multi Set characteristics when in multi-VLAN mode
priority Set 802.1p priorities
trunk Set trunking characteristics of the interface
voice Voice appliance attributes
C2924XL-1(config-if)#switchport multi ?
vlan Set multi-VLAN mode VLANs
C2924XL-1(config-if)#switchport multi vlan ?
LINE VLAN IDs of VLANs to be used in multi-VLAN mode
add add VLANs to the current list
remove remove VLANs from the current list
C2924XL-1(config-if)#switchport multi vlan add ?
LINE VLAN IDs of VLANs to be used in multi-VLAN mode
C2924XL-1(config-if)#switchport multi vlan add 33
the following I got from some website
conf t
interface FastEthernet0/6 (it doesnt have to be 0/24)
duplex full
speed 100
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 33
switchport mode trunk
It removed the interface when I did "show vlan". For some dumb reason I went to conf the VLAN and I typed "manage" without a question mark so it executed the command. I can't telnet to the switch anymore, does this mean that I have to be on VLAN 33 in order to correct this?
I have already notified my boss, but he is skiing and his phone doesn't work (I left a message). I am not trying to fix this under his nose, I expect a reprimand from him anyways. Is this colo now disconnected? They confirmed it was working, but I am not sure they tried it after I did this.
Thanks for any help you can give! 😱