show ubt users

Syntax

show ubt users [ all | count | down | mac <MAC-ADDR> | {port <IF-NAME> | <IF-RANGE>} | up]

Description

Displays user information for UBT.

Command context

Operator (>) or Manager (#)

Parameters

all
Display information for all users.
count
Display the total number of users configured to tunnel traffic.
down

Display the users that are not able to tunnel traffic.

mac <MAC-ADDR>

Display user information based on MAC address.

port <IF-NAME> | <IF-RANGE>

Display user information for a specific interface or range of interfaces. For example, port 1/1/1 or port 1/1/1-1/1/10.

up

Display user information that are active.

Authority

Operators or Administrators or local user group members with execution rights for this command. Operators can execute this command from the operator context (>) only.

Examples

On the 6400 Switch Series, interface identification differs.

Displaying information for all users:

switch# show ubt users all
Downloaded user roles are preceded by *
Port    Mac Address        Tunnel Status  Secondary UserRole   Failure Reason
--------------------------------------------------------------------------
1/1/1   00:00:00:11:12:03  activated      authenticated         ---/---

Displaying the number of users that are tunneling traffic:

switch# show ubt users count
Total number of clients configured with user-based tunneled node: 11

Displaying users that are down:

switch# show ubt users down
Downloaded user roles are preceded by *
Port    Mac Address       Tunnel Status     Secondary UserRole  Failure Reason
--------------------------------------------------------------------------
1/1/1   00:00:00:11:12:03 activation_failed authenticated       PBF Failure

Displaying information for users with MAC address 00:00:00:11:12:03:

switch# show ubt users all
Downloaded user roles are preceded by *
Port    Mac Address       Tunnel Status  Secondary UserRole  Failure Reason
--------------------------------------------------------------------------
1/1/1   00:00:00:11:12:03 activated      authenticated       ---/---

Displaying information for users on port 1/1/1:

switch# show ubt port 1/1/1
Downloaded user roles are preceded by *
Port    Mac Address        Tunnel Status  Secondary UserRole   Failure Reason
--------------------------------------------------------------------------
1/1/1   00:00:00:11:12:03  activated      authenticated         ---/---

Displaying information for users that are up:

switch# show ubt users up
Downloaded user roles are preceded by *
Port    Mac Address       Tunnel Status  Secondary UserRole  Failure Reason
--------------------------------------------------------------------------
1/1/1   00:00:00:11:12:03 activated      authenticated       ---/---