Users Guide

Table Of Contents
Dell PowerConnect ArubaOS 5.0 | User Guide Remote Access Points | 183
a. Under Rules, click Add.
b. Under Source, select user.
c. Under Destination, select any.
d. Under Service, select any.
e. Under Action, select any and check src-nat.
f. Click Add.
13. Click Apply.
14. Click the User Roles tab.
a. Click Add to create and configure a new user role.
b. Enter the desired name for the role in the Role Name field.
c. Under Firewall Policies, click Add.
d. From the Choose from Configured Policies drop-down menu, select the policy you just configured.
e. Click Done.
15. Click Apply.
Using the CLI
netdestination <policy>
network <ipaddr> <netmask>
network <ipaddr> <netmask>
ip access-list session <policy>
any any svc-dhcp permit
any alias <name> any permit
user any any route src-nat
user-role <role>
session-acl <policy>
When defining the alias, there are a number of other session ACLs that you can create to define the handling of
local traffic, such as:
ip access-list session <policy>
user alias <name> any redirect 0
user alias <name> any route
user alias <name> any route src-nat
Configuring ACL for restricted LD homepage access
A user in split or bridge role using a remote AP (RAP) can log on to the local debug (LD) homepage (for example,
() and perform a reboot or reset operations. The LD homepage provides various information about the RAP and
also has a button to reboot the RAP. You can now restrict a RAP user from resetting or rebooting a RAP by using
the new
localip keyword in the in the user role ACL.
Any user associated to that role can be allowed or denied access to the LD homepage. You can use the
localip
keyword in the ACL rule to identify the local IP address on the RAP. The
localip keyword identifies the set of
all local IP addresses on the system to which the ACL is applied. The existing keywords controller and
mswitch
indicate only the primary IP address on the controller.
Note: You will require the PEF license to use this feature. See Chapter 27, “Software Licenses” on page527 for more information
on licensing requirements.