Reference Guide

Table Of Contents
57 | aaa ipv6 user add Dell PowerConnect ArubaOS 6.0 Command Line Interface | Reference Guide
aaa ipv6 user add
aaa ipv6 user add <ipv6addr> [authentication-method {dot1x|mac|stateful-
dot1x|vpn|web}][mac <macaddr>] [name <username>]
[profile <aaa-profile>] [role <role>]
Description
This command manually assigns a user role or other values to a specified IPv6 client.
Syntax
Usage Guidelines
This command should only be used for troubleshooting issues with a specific IPv6 client. This command allows
you to manually assign a client to a role. For example, you can create a role “debugging” that includes a policy to
mirror session packets to a specified destination for further examination, then use this command to assign the
“debugging” role to a specific client. Use the aaa ipv6 user delete command to remove the client or device from
the role.
Note that issuing this command does not affect ongoing sessions that the client may already have. For example, if
a client is in the “employee role when you assign them to the “debugging” role, the client continues any sessions
allowed with the “employee” role. Use the aaa ipv6 user clear-sessions command to clear ongoing sessions.
Example
The following commands create a role that logs HTTPS traffic, then assign the role to a specific IPv6 client:
ipv6 access-list session ipv6-log-https
any any svc-https permit log
user-role ipv6-web-debug
session-acl ipv6-log-https
In enable mode:
aaa ipv6 user add
2002:d81f:f9f0:1000:e409:9331:1d27:ef44
role ipv6-web-debug
Command History
This command was available in ArubaOS 3.3.
Parameter Description
<ipv6addr> IPv6 address of the user to be added.
authentication-method Authentication method for the user.
dot1x 802.1x authentication.
mac MAC address of the user.
stateful-dot1x Stateful 802.1x authentication.
vpn VPN authentication
web Captive Portal authentication
mac <macaddr> Name for the user.
name <username> Name for the user.
profile <aaa-profile> AAA profile for the user.
role <role> Role for the user.