cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1083
Views
0
Helpful
11
Replies

VLAN Land

fmshea
Level 1
Level 1

I am on a switch WS-3548-XL-EN and Software version 12.0(5.3)WC(1).

#show int vlan 14: VLAN14 is deleted, line protocol is down.

#show ip int vlan 14: VLAN14 is deleted, line protocol is down

#vlan data,show: VLAN ISL Id:14

Name: VLAN0014

Media Type: Ethernet

VLAN 802.10 Id: 100014

State: Operational

MTU: 1500

#show vlan

VLAN Name Status Ports

14 VLAN0014 active Fa0/1

#ip int brief

Interface IP-Address ok? Status Protocal

VLAN14 unassigned YES deleted down

My goal is to have vlan14 working on the switch

-Mike (trying to save the network, one switch at a time)

11 Replies 11

sourabhagarwal
Level 4
Level 4

which switch model you are using?

have you deleted VLAN 14 from the switch?

if not, can you try out this command "vlan 14 state ative" in config mode.

If you are using a Layer 2 switch, you can have only a single active VLAN.

hope to help ... rate if it does...

The switch model and IOS is posted above, I can't us the commands you suggested, they aren't available.

I am using an ENhanced version of XL..

WHen I do a show vlan all vlans which I have on the switch have an "active" status.

Thanks anyways...

Mike

mihanlin
Level 1
Level 1

Hi Mike,

There are two "levels" of vlans on a switch. A layer2 vlan and the layer3 interface. It looks like you have configured the layer2 vlan (show vlan command verifies this), but layer 3 (show ip int brief) shows the layer3 as deleted.

If you want to enable the layer3 vlan interface, go into configuration mode, then type

interface vlan 14

no shutdown

ip addr w.x.y.z

Otherwise, most people leave the vlan as layer2 only and pass it through to other switches.

Hope this helps,

Michael

Cisco TAC - Campus LAN

Michael,

I typed the command, I am not good with netmasks which would explain the

"Bad mask /24 for address 192.168.4.0"

If it isn't 255.255.255.0 what should it be?

Mike

OK People, I have added the big picture ass a power point.

My problem is 192.168.1.5 can not reach 192.168.4.2

If you do a traceroute 192.168.4.2 from 192.168.1.5 you get

1 switch_lab 192.168.1.254

2 * * * *

On 4506 router/sw

interface vlan168

ip address 192.168.1.254 255.255.255.0

interface vlan14

ip address 192.168.4.254 255.255.255.0

BTW this is all on a CLOSED network we have no outside access.

are you able to ping 192.168.4.2 from S&W_SRA_12 switch?

are you able to ping S&W_SRA_12 from 4506 router/sw and vice-versa? Is link between these switches is Layer 2 or Layer 3?

request from 192.168.1.5 is getting timed out at 4506 router/sw, so look at the routes at this switch to move towards 192.168.4.2?

check for inter-vlan routing configured on the switches?

what about when you tracert 192.168.1.5 from 192.168.4.2? where it is getting stopped?

Yes I am able to ping 192.168.4.2 from S&W_SRA_12 switch.

yes I am able to ping from S&W_SRA_12 switch to 4506 and vise versa.

Sorry I don't know what you mean in the link between, Layer 2 or 3. however, per my attached PPT drawing it is a TRUNK at present allowing All VLANS.

S&W_SRA_12 switch is a C3550-24-EMI

When I do a traceroute (Solaris 9) from 192.168.1.5 to 192.168.4.2 it appears to hangup in the 4506 .

When you say look at the routes I think you are on to something... I think I am going to have to resort to posting the CONFIGS.

As I said they are of a very closed system which means I can not cut and past... only "look and type" Ouch!"

Could you type the command show ip route on the 4506. This will give the routing table.

thx,

Marc

That is an coorect message, you gave the vlan an network address which does not exist. 192.168.4.0 / 24 (255.255.255.0) is the network identifier. You should select between 192.168.4.1 and 192.168.4.254.

4506 Router#show ip route

Codes (skip this)

Gateway of last resort is not set

C 192.9.150.0/24 is directly connected, Vlan150

C 192.168.4.0/24 is directly connected, Vlan14

C 192.168.1.0/24 is directly connected, Vlan168

C 192.9.254.0/24 is directly connected Vlan1

Ok so that ok, could you please dump the config of the 4506 and the other switch.

thx,

Marc

Review Cisco Networking products for a $25 gift card