cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1826
Views
3
Helpful
4
Replies

Command rejected: on 6500

Haris P
Level 4
Level 4

Dears ,

Im receiving the below message when trying add a VLAN on 6500 ,WS-SUP720-3B interface.Any Clues ?

6500#sh vlan id 1025
VLAN id 1025 not found in current VLAN database
6500#sh vlan id 1025
VLAN id 1025 not found in current VLAN database
6500#sh vlans 1025

No Virtual LANs configured.

6500(config)#interface GigabitEthernet6/1.1025
6500(config-subif)#encapsulation dot1Q ?
  <1-4094>  IEEE 802.1Q VLAN ID required

6500(config-subif)#encapsulation dot1Q 1025
Command rejected: VLAN 1025 not available

4 Replies 4

mahmoodmkl
Level 7
Level 7

Hi,

I think to support extended range of vlans the device should be in vtp transparent mode and in addition make sure the vlan is created first in the vtp database.

Thanks

mlund
Level 7
Level 7

Hi

When You use extended range, the switch starts to reserv vlans, usualy from 1006 and upwards.

To see what is already reserved use the command

"show vlan internal usage"

Now You know what vlans You can use.

/Mikael

Last phrase edited.

Now You know what vlans/subinterfaces You can use

I can see that this vlan is used for internal purpse. Is there is anyway to free up this vlan ?.my dsp asked to configure this vlan on my interface.

Sent from my iPhone

mlund
Level 7
Level 7

Hi

I'm not aware of any command that can free the vlan.

Maybe the description of the vlan in the command "show vlan intern usa" can give You a clue, and remove whatever is occupied the vlan.

A more burly way to do it is,

do a copy run to tftp

edit the file with the command you want, like this

interface GigabitEthernet6/1.1025
encapsulation dot1Q 1025

do not edit anything else

then copy tftp to start

reload

/Mikael