ubt-client-vlan

Syntax

ubt-client-vlan <VLAN-ID>

no ubt-client-vlan <VLAN-ID>

Description

Specifies the VLAN to use for tunneled clients.

The no form of this command removes the VLAN to use for tunneled clients.

Command context

config

Parameters

<VLAN-ID>

Specifies the number of the VLAN to use for tunneled clients.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Creating VLAN 20:

switch(config)# vlan 20
switch(config-vlan-20)# 

Removing VLAN 20:

switch(config)# no vlan 20

Creating VLANs 2 to 8 and 10:

switch(config)# vlan 2-8,10

Removing VLANs 2 to 8 and 10:

switch(config)# no vlan 2-8,10