Options

VLANs not showing up in database

autoartistautoartist Member Posts: 12 ■□□□□□□□□□
Hi,

Just wondering if you have any ideas why my vlan doesn't show up in the database.
The i/fs I used are not in VLAN 1
The vlan number 6 shows up in the "sho int status" cmd.

Thanks for your advice

Sw1_2950_1(config)#interface range fa 0/1 - 2
Sw1_2950_1(config-if-range)#switchport mode access
Sw1_2950_1(config-if-range)#switchport access vlan 6
Sw1_2950_1(config)#no shutdown vlan 6
VLAN 6 not shutdown
Sw1_2950_1#show interfaces status

Port Name Status Vlan Duplex Speed Type
Fa0/1 connected 6 a-full a-100 10/100BaseTX
Fa0/2 connected 6 a-full a-100 10/100BaseTX

Sw1_2950_1#show vlan id 6
VLAN id 6 not found in current VLAN database
Sw1_2950_1#show vlan brief

VLAN Name Status Ports
----


1 default active Fa0/7, Fa0/8, Fa0/9, Fa0/10
Fa0/11
1002 fddi-default active
1003 token-ring-default active
1004 fddinet-default active
1005 trnet-default active

Comments

  • Options
    keenonkeenon Member Posts: 1,922 ■■■■□□□□□□
    next time try


    #vlan d
    add vlan 6
    apply
    then exit

    if it gives an error

    change the vtp mode to server or transparent

    vtp server or vtp transparent

    don't forget to apply before exiting
    Become the stainless steel sharp knife in a drawer full of rusty spoons
Sign In or Register to comment.