cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
280
Views
0
Helpful
3
Replies

Vlans in 2924

prafuljaded
Level 3
Level 3

Hi,

My Config on 2924 switch is like this.

int vlan 4

ip address 192.168.10.1 255.255.255.0

no shut

int vlan 5

ip address 192.168.20.1 255.255.255.0

no shut

int fa0/1

switchport access vlan 4

int fa0/2

switchport access vlan 5

I have servers connected to fa0/1 and fa0/2 having IP 192.168.10.2 and 192.168.20.2 respectively.

Vlan 4 is up and working fine. I am able to telnet into switch with IP 192.168.10.1 Now when I shut vlan 4 and bring up vlan 5 , it comes up, but I m not able to telnet using vlan 5 IP.

Is there a routing problem here?

3 Replies 3

deilert
Level 6
Level 6

your default gateway is mostlikely in vlan 4 , you can try to add another default route that connects to vlan 5

Prashanth Krishnappa
Cisco Employee
Cisco Employee

You can have only one VLAN interface up/up in a XL switch. This interface is just used for management purpose as XL/2950 are layer 2 switches only

http://www.cisco.com/warp/public/473/8.html#topic4

Thanx for the replies.

I m able to telnet into the switch with vlan 4 as admin no shut. But when I shut vlan 4 and bring up vlan 5 it comes up , vlan 4 goes down , but I m not able to telnet into switch as before.

Thanx in advance