cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4250
Views
5
Helpful
7
Replies

Vlan configuration problem

lawwm
Level 1
Level 1

Hi guys,

I am having this problem. I can't remove the Vlan configuration. Since I am using Flat network(Vlan1). I would like to remove the configuration below.

vlan 1

tb-vlan1 1002

tb-vlan2 1003

!

vlan 1002

tb-vlan1 1

tb-vlan2 1003

!

vlan 1003

======

(vlan)#show cur

VLAN ISL Id: 1

Name: default

Media Type: Ethernet

VLAN 802.10 Id: 100001

State: Operational

MTU: 1500

Backup CRF Mode: Disabled

Translational Bridged VLAN: 1002<<

Translational Bridged VLAN: 1003<<

Remote SPAN VLAN: No

VLAN ISL Id: 1002

Name: fddi-default

Media Type: FDDI

VLAN 802.10 Id: 101002

State: Operational

MTU: 1500

Backup CRF Mode: Disabled

Translational Bridged VLAN: 1<<

Translational Bridged VLAN: 1003<<

Remote SPAN VLAN: No

VLAN ISL Id: 1003

Name: token-ring-default

Media Type: Token Ring

VLAN 802.10 Id: 101003

State: Operational

MTU: 1500

Maximum ARE Hop Count: 7

Maximum STE Hop Count: 7

Backup CRF Mode: Disabled

Translational Bridged VLAN: 1<<

Translational Bridged VLAN: 1002<<

Remote SPAN VLAN: No

Would appreciate if you could guide me how to remove this vlan configurations. Thanks

Cisco Internetwork Operating System Software

IOS (tm) C2950 Software (C2950-I6Q4L2-M), Version 12.1(22)EA2, RELEASE SOFTWARE

(fc1)

Copyright (c) 1986-2004 by cisco Systems, Inc.

Compiled Sun 07-Nov-04 23:14 by antonino

Image text-base: 0x80010000, data-base: 0x8055E000

ROM: Bootstrap program is C2950 boot loader

2950 uptime is 18 minutes

System returned to ROM by power-on

7 Replies 7

amit-singh
Level 8
Level 8

Hi,

Got to Vlan database on your switch and use the command " no vlan 1003 tb-vlan1 tb-vlan2 ". This will work and take care of the problem.

HTH,

-amit singh

Hi Amit,

Thank for your replied.

vlan database

% Warning: It is recommended to configure VLAN from config mode,

as VLAN database mode is being deprecated. Please consult user

documentation for configuring VTP/VLAN in config mode.

29500(vlan)#no vlan 1003 tb-vlan1 tb-vlan2

Resetting translation bridge VLAN 1 to default

Resetting translation bridge VLAN 2 to default

2950(vlan)#exit

VLAN 1 TLB 2 VLAN 1003 has inconsistent TLB values (0 / 0)

APPLY failed.

Use 'abort' command to exit

2950(vlan)#

Too bad. I had tried this as well. Any clue?

Hi,

Please try the following steps and let me know. Please use the command " apply " to save the changes before using exit. Make sure that your switch is set a VTP server.

vlan database

(vlan)#no vlan 1 tb-vlan1 tb-vlan2

(vlan)#no vlan 1003 tb-vlan1 tb-vlan2

(vlan)#apply

(vlan)#exit

Let me know how it goes...

-amit singh

Hi Amit,

Couldn't remove. Any clue?

(vlan)#no vlan 1 tb-vlan1 tb-vlan2

Resetting translation bridge VLAN 1 to default

Resetting translation bridge VLAN 2 to default

(vlan)#no vlan 1003 tb-vlan1 tb-vlan2

Resetting translation bridge VLAN 1 to default

Resetting translation bridge VLAN 2 to default

(vlan)#apply

VLAN 1002 TLB 1 VLAN 1 has inconsistent TLB values (0 / 0)

APPLY failed.

(vlan)#

Please paste the output of "show curr " and show VTP status ".

the above message "VLAN 1002 TLB 1 VLAN 1 has inconsistent TLB values (0 / 0)" shows that there is a translation for vlan 1002 to vlan1. Try to use the same command to remove the translation to vlan 1002.

no vlan 1 tb-vlan1 tb-vlan2

no vlan 1002 tb-vlan1 tb-vlan2

regards,

-amit singh

These are default vlans , you cannot remove them.

1002-1005

Normal

Cisco defaults for FDDI and Token Ring. You cannot delete VLANs 1002-1005.

amit,

It's worked. Thanks a lot.

Have a good weekend:)

Regards,

Mun