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 and changes to the config-tunneled-node-server-<ZONE-NAME> context. This release supports one zone.

If the specified zone already exists, this command changes to the config-tunneled-node-server-<ZONE-NAME> context for the specified zone.

UBT requires that you define a gateway role with the command gateway-zone described in the Security Guide.

The no form of this command removes the specified UBT zone.

Command context

config

Parameters

zone <ZONE-NAME>

Specifies a name for the UBT zone. Length: 1 to 64 characters:

vrf <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 zone1 on vrf vrf1:

switch(config)# ubt zone zone1 vrf vrf1
switch(config-ubt-zone1)# 

Removing UBT zone zone1 on vrf vrf1:

switch(config)# no ubt zone zone1 vrf vrf1
switch(config-ubt-zone1)#