ubt
Syntax
ubt zone <ZONE-NAME> vrf <VRF-NAME>
no ubt zone <ZONE-NAME> vrf <VRF-NAME>
Description
Creates a user-based tunneling (UBT) zone with a specified zone name and VRF name. A UBT name is used to configure all tunneled node server properties advertised by the tunneled node feature.
The
no
form of this command removes the specified UBT zone.
Command context
config
Parameters
<ZONE-NAME>
Specifies a name for the UBT zone. Length: 1 to 64 characters.
<VRF-NAME>
Specifies the VRF on which to establish the UBT tunnel.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Creating UBT zone called
zone1
associated with a VRF called
default
:
switch(config)# ubt zone zone1 vrf default
Removing UBT zone
zone1
on VRF
default
:
switch(config)# no ubt zone zone1 vrf default
Deleting all UBT configurations:
switch(config)# no ubt