Users Guide

Table Of Contents
310 | Captive Portal Dell PowerConnect ArubaOS 5.0 | [User Guide
3. For Role Name, enter auth-guest.
4. Under Firewall Policies, click Add.
5. For Choose from Configured Policies, select cplogout from the drop-down menu.
6. Click Done.
7. Under Firewall Policies, click Add.
8. For Choose from Configured Policies, select guest-logon-access from the drop-down menu.
9. Click Done.
10. Under Firewall Policies, click Add.
11. For Choose from Configured Policies, select block-internal-access from the drop-down menu.
12. Click Done.
13. Under Firewall Policies, click Add.
14. For Choose from Configured Policies, select auth-guest-access from the drop-down menu.
15. Click Done.
16. Under Firewall Policies, click Add.
17. For Choose from Configured Policies, select drop-and-log from the drop-down menu.
18. Click Done.
19. Click Apply.
Configure Policies and Roles via the CLI
Time Range
To create a time range via the command-line interface, access the CLI in config mode and issue the following
commands:
time-range working-hours periodic
weekday 07:30 to 17:00
Create Aliases
To create a aliases via the command-line interface, access the CLI in config mode and issue the following
commands:
netdestination “Internal Network”
network 10.0.0.0 255.0.0.0
network 172.16.0.0 255.255.0.0
network 192.168.0.0 255.255.0.0
netdestination “Public DNS”
host 64.151.103.120
host 216.87.84.209
Guest-Logon-Access Policy
To create a guest-logon-access policy via the command-line interface, access the CLI in config mode and issue
the following commands:
ip access-list session guest-logon-access
user any udp 68 deny
user any svc-dhcp permit time-range working-hours
user alias “Public DNS” svc-dns src-nat time-range working-hours
Auth-Guest-Access Policy
To create an auth-guest-access policy via the command-line interface, access the CLI in config mode and issue
the following commands: