09-17-2002 10:15 AM - edited 03-02-2019 01:25 AM
Hi. I am trying to create a VLAN in my 6509 with MSFC2 switch but unable. What am I doing wrong? I have already created the VLAN interface on the router side. Thanks.
Here is the error message.
Campus_Catalyst> (enable) set vlan 700 type ethernet state active name 76.224_Segment
VTP advertisements transmitting temporarily stopped,
and will resume after the command finishes.
Duplicate SAID value 100700
Vlan configuration failed (19)
Campus_Catalyst> (enable)
09-17-2002 10:26 AM
Just type " set vlan 700" and make sure the switch is not in vtp client mode
09-17-2002 10:54 AM
Hi. I did just that and still the same error.
Campus_Catalyst> (enable) set vlan 700
VTP advertisements transmitting temporarily stopped,
and will resume after the command finishes.
Duplicate SAID value 100700
Vlan configuration failed (19)
Campus_Catalyst> (enable)
Here is my configuration for the rest of vlans that work fine. What am I doing wrong with this vlan 700 ?
set vlan 1 name default type ethernet mtu 1500 said 100001 state active
set vlan 10 name 1N&1S type ethernet mtu 1500 said 100010 state active
set vlan 15 name 1West/HR type ethernet mtu 1500 said 100015 state active
set vlan 20 name 2North type ethernet mtu 1500 said 100020 state active
set vlan 25 name 2South type ethernet mtu 1500 said 100025 state active
set vlan 30 name 2West type ethernet mtu 1500 said 100030 state active
set vlan 35 name 3North type ethernet mtu 1500 said 100035 state active
set vlan 40 name 3South type ethernet mtu 1500 said 100040 state active
set vlan 45 name 3West type ethernet mtu 1500 said 100045 state active
set vlan 95 name El_Seg_BB type ethernet mtu 1500 said 100095 state active
set vlan 98 name TEST_Seg type ethernet mtu 1500 said 100098 state active
set vlan 99 name MANAGEMENT type ethernet mtu 1500 said 100099 state active
set vlan 100 name 2Firewall type ethernet mtu 1500 said 100100 state active
set vlan 350 name 76.0_Seg type ethernet mtu 1500 said 100350 state active
set vlan 400 name 76.32_Seg type ethernet mtu 1500 said 100400 state active
set vlan 450 name 76.64_Seg type ethernet mtu 1500 said 100450 state active
set vlan 500 name 76.96_Seg type ethernet mtu 1500 said 100500 state active
set vlan 550 name 76.128_RIM1 type ethernet mtu 1500 said 100550 state active
set vlan 600 name 76.160_RIM2 type ethernet mtu 1500 said 100600 state active
set vlan 650 name 76.192_Seg type ethernet mtu 1500 said 100700 state active
set vlan 1000 name Wizard_Seg type ethernet mtu 1500 said 101000 state active
set vlan 1002 name fddi-default type fddi mtu 1500 said 101002 state active
set vlan 1004 name fddinet-default type fddinet mtu 1500 said 101004 state activ
e stp ieee
09-17-2002 11:04 AM
I think when you created vlan, instead of using just " vlan num" you type the whole command or or just copied or paste the config from somewhere that why your vlan 650 said id 100700 which should be for vlan 700.
Delete vlan 650 and then create vlan 700 and then create 650 or just the definite said value for the vlan 700..
ch-6500-2b> (enable) set vlan 650 name cisco1 type ethernet mtu 1500 said 100700
Vlan 650 configuration successful
ch-6500-2b> (enable) set vlan 650 name cisco1 type ethernet mtu 1500 said 100700
ch-6500-2b> (enable) set vlan 700
Duplicate SAID value 100700
Vlan configuration failed (19)
ch-6500-2b> (enable) clear vlan 650
This command will de-activate all ports on vlan 650
Do you want to continue(y/n) [n]?y
Vlan 650 deleted
ch-6500-2b> (enable) set vlan 700
Vlan 700 configuration successful
ch-6500-2b> (enable) set vlan 650
Vlan 650 configuration successful
ch-6500-2b> (enable)
09-18-2002 01:46 AM
you have already the SAID 1000700
see your output:
set vlan 650 name 76.192_Seg type ethernet mtu 1500 said 100700 state active
1. you have to delete vlan 650 if possible
2. create vlan 650 with SAID 1000650
3. create vlan 700 with SAID 1000700
09-18-2002 08:41 AM
Hi all. Thank you. It is fine now. Thanks again.
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