SlideShare a Scribd company logo
#ArubaAirheads
Airheads Tech Talks: Cloud Guest
SSID on Aruba Central
Akhil Rajendran
2#ArubaAirheads
Agenda
– Introduction to Cloud Guest.
– How to configure.
– Debugging on IAP.
– Adding Visitor accounts to Cloud Guest.
– Generating Reports from Central.
3#ArubaAirheads
Architecture
Cloud Guest
Slave IAP
DNS server
naw1Master IAP
Central
Cluster formed
Wireless client
on guest SSID
TCP port 2083 for RADIUS authentication
for guest management. If 2083 port is
blocked, the HTTPS protocol is used.
TCP 443
4#ArubaAirheads
Cloud Guest Types
– Anonymous
– Authenticated
– Facebook Wifi
5#ArubaAirheads
Cloud Guest Type - Anonymous
– No credentials required.
– Plain, simple captive portal login.
– Guest password if required can be added to the login.
– MAC Caching – No option to remove the saved mac-address as of now.
– Session limit can be set.
– URL whitelisting.
6#ArubaAirheads
Config Pushed to Instant AP
#show network
--------
Profile Name ESSID Clients Type Band Authentication Method Key Management IP Assignment Status Zone Coding Active
------------ ----- ------- ---- ---- --------------------- -------------- ------------- ------ ---- ------ ------
Anonymous Anonymous 0 guest all External CP WPA2-AES NAT Mode Enabled - UTF-8 Yes
#show network Anonymous | in ECP
ECP Profile :Anonymous_#guest#_
#show external-captive-portal Anonymous_#guest#_
Name :Anonymous_#guest#_
Server :ap1.cloudguest.central.arubanetworks.com
Port :443
Url :/portal/scope.cust-00bc49df203e4281907cf158062489da/Anonymous/capture
Auth Text :
Redirect Url :
Server Fail Throuth :Disable
Disable Auto Whitelist :Disable
Use HTTPs :Yes
Server Offload :No
Prevent Frame Overlay :Disable
In Used :Yes
Redirect Mode :Yes
Switch IP :No
7#ArubaAirheads
Debugging on IAP
#show clients
Client List
-----------
Name IP Address MAC Address OS ESSID Access Point Channel Type Role IPv6 Address
Signal Speed (mbps)
---- ---------- ----------- -- ----- ------------ ------- ---- ---- ------------
------ ------------
ak-phone 192.168.1.3 d8:1d:72:7d:75:67 iPhone Anonymous f0:5c:19:ca:3c:e8 149E AC Anonymous_#guest#_
fe80::1cef:a90:a9aa:5342 35(good) 325(good)
Number of Clients :1
Post Authenticating:
#show clients
Client List
-----------
Name IP Address MAC Address OS ESSID Access Point Channel Type Role
IPv6 Address Signal Speed (mbps)
---- ---------- ----------- -- ----- ------------ ------- ---- ---- -
----------- ------ ------------
0DKsDUXsQVS+qgmftddd+w==.D3TTaA 192.168.1.3 d8:1d:72:7d:75:67 iPhone Anonymous f0:5c:19:ca:3c:e8 149E AC Anonymous
fe80::1ceaf:a90:a9aa:5342 41(good) 433(good)
Number of Clients :1
8#ArubaAirheads
There are 2 radius servers pushed from Central to Instant AP.
“AS1_#guest#_” uses RADSEC protocol – tcp 2083 to 35.154.164.176.
“AS2_#guest#_” uses https protocol – tcp 443 to 13.126.228.244.
#show radius status
Radius server status
------------------------------------
Name Server IP Source IP Server Name Protocol Port NAS IP
Connected sockets Status Last connection tried at Next connection at
---- --------- --------- ----------- -------- ---- ------ ------
----------- ------ ------------------------ ------------------
AS2_#guest#_ 13.126.228.244 192.168.1.12 ap1-elb.cloudguest.central.arubanetworks.com RADIUS/TLS 443 192.168.1.12 1
CONNECTED 2019-03-21 14:08:58.184913 Not Applicable
AS1_#guest#_ 35.154.164.176 192.168.1.12 ap1.cloudguest.central.arubanetworks.com RADIUS/TLS 2083 192.168.1.12 1
CONNECTED 2019-03-21 14:08:58.188131 Not Applicable
All the radius request would be sent to AS1 as it is first in order.
In any event tcp 2083 is blocked, radius request would be redirected to AS2.
9#ArubaAirheads
#show radius status
Radius server status
--------------------
Name Server IP Source IP Server Name Protocol Port NAS IP
Connected sockets Status Last connection tried at Next connection at
---- --------- --------- ----------- -------- ---- ------ ------
----------- ------ ------------------------ ------------------
AS2_#guest#_ 13.126.228.244 192.168.1.12 ap1-elb.cloudguest.central.arubanetworks.com RADIUS/TLS 443 192.168.1.12 1
CONNECTED 2019-03-21 14:08:58.184913 Not Applicable
AS1_#guest#_ 35.154.164.176 192.168.1.12 ap1.cloudguest.central.arubanetworks.com RADIUS/TLS 2083 192.168.1.12 0
INIT 2019-03-21 15:12:10.667178 2019-03-21 15:12:20.10667178
10#ArubaAirheads
Client’s session to the cloudguest URL:
# show datapath session | include 35.154.164.176
35.154.164.176 192.168.1.3 6 443 62144 0 0 0 1 dev20 6d F
192.168.1.3 35.154.164.176 6 62144 443 0 0 0 1 dev20 6d FC
IAP’s attempt to contact AS1:
# show datapath session | include 35.154.164.176
35.154.164.176 192.168.1.12 6 2083 53511 0 0 0 1 local 51 Y
192.168.1.12 35.154.164.176 6 53511 2083 0 0 0 1 local 51 C
IAP communicates with AS2:
# show datapath session | include 13.126.228.244
13.126.228.244 192.168.1.12 6 443 57852 0 0 0 1 local 49c2
192.168.1.12 13.126.228.244 6 57852 443 0 0 0 1 local 49c2 C
11#ArubaAirheads
Security debug logs from IAP:
When radsec establishes:
# show log security | in AS1
Mar 21 15:28:02 stm[4409]: <124004> <DBUG> |AP f0:5c:19:ca:3c:e8@192.168.1.12 stm| Starting SSL connection to server
AS1_#guest#_ ip 35.154.164.176 port 2083
Mar 21 15:28:02 stm[4409]: <124004> <DBUG> |AP f0:5c:19:ca:3c:e8@192.168.1.12 stm| TLS connection succeeded to AS1_#guest#_
Mar 21 15:28:02 stm[4409]: <124004> <DBUG> |AP f0:5c:19:ca:3c:e8@192.168.1.12 stm| check and send queued requests to server
AS1_#guest#_ on socket 13
Mar 21 15:28:24 stm[4409]: <124004> <DBUG> |AP f0:5c:19:ca:3c:e8@192.168.1.12 stm| status server processed for server
AS1_#guest#_
When radsec fails:
# show log security | in AS1
Mar 21 15:31:56 stm[4409]: <124004> <DBUG> |AP f0:5c:19:ca:3c:e8@192.168.1.12 stm| SSL socket not available for server,creating:
AS1_#guest#_
Mar 21 15:31:56 stm[4409]: <124004> <DBUG> |AP f0:5c:19:ca:3c:e8@192.168.1.12 stm| Resolve DNS for server AS1_#guest#_ with cmd
/aruba/bin/dns_resolv ap1.cloudguest.central.arubanetworks.com
Mar 21 15:31:56 stm[4409]: <124004> <DBUG> |AP f0:5c:19:ca:3c:e8@192.168.1.12 stm| Starting SSL connection to server
AS1_#guest#_ ip 35.154.164.176 port 2083
Mar 21 15:31:56 stm[4409]: <199802> <ERRS> |AP f0:5c:19:ca:3c:e8@192.168.1.12 stm| rc_rad_tls.c, radsec_resume_connection:1079:
TCP connect to server AS1_#guest#_ failed to establish TLS connection to server AS1_#guest#_. Retry in 320 seconds
12#ArubaAirheads
When both servers are down use the option ‘Allow Internet In Failure’.
#show external-captive-portal Anonymous_#guest#_
Name :Anonymous_#guest#_
Server :ap1.cloudguest.central.arubanetworks.com
Port :443
Url :/portal/scope.cust-00bc49df203e4281907cf158062489da/Anonymous/capture
Auth Text :
Redirect Url :
Server Fail Throuth :Disable / Enable
Disable Auto Whitelist :Disable
Use HTTPs :Yes
Server Offload :No
Prevent Frame Overlay :Disable
In Used :Yes
Redirect Mode :Yes
Switch IP :No
13#ArubaAirheads
URL Whitelisting:
# show access-rule Anonymous_#guest#_
Access Rules
------------
Dest IP Dest Mask Eth Type Dest Match Protocol (id:sport:eport) Application Action Log TOS 802.1P Blacklist
App Throttle (Up:Down) Mirror DisScan ClassifyMedia
------- --------- -------- ---------- ------------------------- ----------- ------ --- --- ------ ---------
---------------------- ------ ------- -------------
alias cnn.com IPv4/6 match https permit
alias bbc.com IPv4/6 match https permit
Session Timeout
# show ap debug auth-tracebuf
Mar 22 09:29:19 cp-pap-auth-request -> 68:c4:4d:89:b8:44 f0:5c:19:23:ce:81/AS1_#guest#_ - -
yzTmsIWkQViqzA1e2ghwKA==.D3XvFg
Mar 22 09:29:19 cp-pap-auth-success <- 68:c4:4d:89:b8:44 f0:5c:19:23:ce:81/AS1_#guest#_ - - success
Mar 22 09:29:19 rad-acct-start -> 68:c4:4d:89:b8:44 f0:5c:19:23:ce:81 - -
Mar 22 09:29:35 rad-acct-int-update -> 68:c4:4d:89:b8:44 f0:5c:19:23:ce:81 - -
Mar 22 09:31:17 rad-acct-stop -> 68:c4:4d:89:b8:44 f0:5c:19:23:ce:81 - -
14#ArubaAirheads
Cloud Guest Type - Authenticated
– Username/Password along with email and phone based verification.
– Social login – Facebook, Google+, Twitter, Linkedin
15#ArubaAirheads
Facebook login
16#ArubaAirheads
# show clients
Client List
-----------
Name IP Address MAC Address OS ESSID Access Point Channel Type Role IPv6
Address Signal Speed (mbps)
---- ---------- ----------- -- ----- ------------ ------- ---- ---- ----
-------- ------ ------------
5U7/JrfqQbqM7WeigqIzOw==.D3VW0A 192.168.1.5 68:c4:4d:89:b8:44 Linux Facebook f0:5c:19:ca:3c:e8 6 GN Facebook
fe80::6ac4:4dff:fe89:b844 40(good) 52(good)
# show access-rule Facebook
Access Rules
------------
Dest IP Dest Mask Eth Type Dest Match Protocol (id:sport:eport) Application Action Log TOS 802.1P Blacklist App
Throttle (Up:Down) Mirror DisScan ClassifyMedia
------- --------- -------- ---------- ------------------------- ----------- ------ --- --- ------ --------- -----------
----------- ------ ------- -------------
any any IPv4/6 match any permit
17#ArubaAirheads
18#ArubaAirheads
Self Registration Workflow for Apple CNA
Captive portal detection URL’s:
– http://www.apple.com/library/test/success.html
– http://captive.apple.com/hotspot-detect.html
19#ArubaAirheads
Error: ’Sponsor not authorized’
20#ArubaAirheads
Session Limit / Data Limit
# show ap debug auth-trace-buf
Mar 22 13:13:07 cp-pap-auth-request -> d8:1d:72:7d:75:67 f0:5c:19:23:ce:93/AS1_#guest#_ - -
T2jV0x48TAuTCk/7KYNn6g==.D3Yjig
Mar 22 13:13:07 cp-pap-auth-success <- d8:1d:72:7d:75:67 f0:5c:19:23:ce:93/AS1_#guest#_ - - success
Mar 22 13:13:07 rad-acct-start -> d8:1d:72:7d:75:67 f0:5c:19:23:ce:93 - -
Mar 22 13:15:17 rad-acct-int-update -> d8:1d:72:7d:75:67 f0:5c:19:23:ce:93 - -
Mar 22 13:15:25 rad-acct-stop -> d8:1d:72:7d:75:67 f0:5c:19:23:ce:93 - -
# show clients
Client List
-----------
Name IP Address MAC Address OS ESSID Access Point Channel Type Role IPv6
Address Signal Speed (mbps)
---- ---------- ----------- -- ----- ------------ ------- ---- ---- ------
------ ------ ------------
ak-iphone 192.168.1.3 d8:1d:72:7d:75:67 Social f0:5c:19:ca:3c:e8 52E AC Social_#guest#_
fe80::c77:cc59:6a3f:df9 25(good) 433(good)
21#ArubaAirheads
Facebook Wifi
22#ArubaAirheads
Cloud Guest - Visitors
– Generate accounts that can be given to guests.
– Cannot be configured at MSP level.
– Visitor accounts can be created for username/password login.
– Visitor accounts can be modified and new password can be sent via SMS or email.
23#ArubaAirheads
Reports
– Reports can be pulled from Central to have track of various parameters like:
– Client usage
– Application usage
– Client sessions
– Can be automated or ran as and when required.
– Report can be downloaded or sent to any email addresses.
24#ArubaAirheads
Thank You
Q & A

More Related Content

What's hot

Ready
ReadyReady
Ready
eaze_50
 
Airheads Tech Talks: Advanced Clustering in AOS 8.x
Airheads Tech Talks: Advanced Clustering in AOS 8.xAirheads Tech Talks: Advanced Clustering in AOS 8.x
Airheads Tech Talks: Advanced Clustering in AOS 8.x
Aruba, a Hewlett Packard Enterprise company
 
Getting the most out of the aruba policy enforcement firewall
Getting the most out of the aruba policy enforcement firewallGetting the most out of the aruba policy enforcement firewall
Getting the most out of the aruba policy enforcement firewall
Aruba, a Hewlett Packard Enterprise company
 
Managing and Optimizing RF Spectrum for Aruba WLANs
Managing and Optimizing RF Spectrum for Aruba WLANsManaging and Optimizing RF Spectrum for Aruba WLANs
Managing and Optimizing RF Spectrum for Aruba WLANs
Aruba, a Hewlett Packard Enterprise company
 
6 understanding aruba rf issues
6 understanding aruba rf issues6 understanding aruba rf issues
6 understanding aruba rf issues
Venudhanraj
 
Aruba Mobility Controllers
Aruba Mobility ControllersAruba Mobility Controllers
EMEA Airheads- ArubaOS - Rogue AP troubleshooting
EMEA Airheads- ArubaOS - Rogue AP troubleshootingEMEA Airheads- ArubaOS - Rogue AP troubleshooting
EMEA Airheads- ArubaOS - Rogue AP troubleshooting
Aruba, a Hewlett Packard Enterprise company
 
EMEA Airheads - Aruba Remote Access Point (RAP) Troubleshooting
EMEA Airheads - Aruba Remote Access Point (RAP) TroubleshootingEMEA Airheads - Aruba Remote Access Point (RAP) Troubleshooting
EMEA Airheads - Aruba Remote Access Point (RAP) Troubleshooting
Aruba, a Hewlett Packard Enterprise company
 
Base Designs Lab Setup for Validated Reference Design
Base Designs Lab Setup for Validated Reference DesignBase Designs Lab Setup for Validated Reference Design
Base Designs Lab Setup for Validated Reference Design
Aruba, a Hewlett Packard Enterprise company
 
ClearPass design scenarios that solve the toughest security policy requirements
ClearPass design scenarios that solve the toughest security policy requirementsClearPass design scenarios that solve the toughest security policy requirements
ClearPass design scenarios that solve the toughest security policy requirements
Aruba, a Hewlett Packard Enterprise company
 
EMEA Airheads_ Advance Aruba Central
EMEA Airheads_ Advance Aruba CentralEMEA Airheads_ Advance Aruba Central
EMEA Airheads_ Advance Aruba Central
Aruba, a Hewlett Packard Enterprise company
 
Aruba 802.11ac networks: Validated Reference Designs
Aruba 802.11ac networks: Validated Reference DesignsAruba 802.11ac networks: Validated Reference Designs
Aruba 802.11ac networks: Validated Reference Designs
Aruba, a Hewlett Packard Enterprise company
 
Apple Captive Network Assistant Bypass with ClearPass Guest
Apple Captive Network Assistant Bypass with ClearPass GuestApple Captive Network Assistant Bypass with ClearPass Guest
Apple Captive Network Assistant Bypass with ClearPass Guest
Aruba, a Hewlett Packard Enterprise company
 
Optimizing Aruba WLANs for Roaming Devices
Optimizing Aruba WLANs for Roaming DevicesOptimizing Aruba WLANs for Roaming Devices
Optimizing Aruba WLANs for Roaming Devices
Aruba, a Hewlett Packard Enterprise company
 
EMEA Airheads- Instant AP- Instant AP Best Practice Configuration
EMEA Airheads- Instant AP- Instant AP Best Practice ConfigurationEMEA Airheads- Instant AP- Instant AP Best Practice Configuration
EMEA Airheads- Instant AP- Instant AP Best Practice Configuration
Aruba, a Hewlett Packard Enterprise company
 
Adapting to evolving user, security, and business needs with aruba clear pass
Adapting to evolving user, security, and business needs with aruba clear passAdapting to evolving user, security, and business needs with aruba clear pass
Adapting to evolving user, security, and business needs with aruba clear pass
Aruba, a Hewlett Packard Enterprise company
 
EMEA Airheads_ Aruba AppRF – AOS 6.x & 8.x
EMEA Airheads_ Aruba AppRF – AOS 6.x & 8.xEMEA Airheads_ Aruba AppRF – AOS 6.x & 8.x
EMEA Airheads_ Aruba AppRF – AOS 6.x & 8.x
Aruba, a Hewlett Packard Enterprise company
 

What's hot (20)

Ready
ReadyReady
Ready
 
Advanced rf troubleshooting_peter lane
Advanced rf troubleshooting_peter laneAdvanced rf troubleshooting_peter lane
Advanced rf troubleshooting_peter lane
 
Useful cli commands v1
Useful cli commands v1Useful cli commands v1
Useful cli commands v1
 
Airheads Tech Talks: Advanced Clustering in AOS 8.x
Airheads Tech Talks: Advanced Clustering in AOS 8.xAirheads Tech Talks: Advanced Clustering in AOS 8.x
Airheads Tech Talks: Advanced Clustering in AOS 8.x
 
Getting the most out of the aruba policy enforcement firewall
Getting the most out of the aruba policy enforcement firewallGetting the most out of the aruba policy enforcement firewall
Getting the most out of the aruba policy enforcement firewall
 
Managing and Optimizing RF Spectrum for Aruba WLANs
Managing and Optimizing RF Spectrum for Aruba WLANsManaging and Optimizing RF Spectrum for Aruba WLANs
Managing and Optimizing RF Spectrum for Aruba WLANs
 
6 understanding aruba rf issues
6 understanding aruba rf issues6 understanding aruba rf issues
6 understanding aruba rf issues
 
Aruba Mobility Controllers
Aruba Mobility ControllersAruba Mobility Controllers
Aruba Mobility Controllers
 
EMEA Airheads- ArubaOS - Rogue AP troubleshooting
EMEA Airheads- ArubaOS - Rogue AP troubleshootingEMEA Airheads- ArubaOS - Rogue AP troubleshooting
EMEA Airheads- ArubaOS - Rogue AP troubleshooting
 
EMEA Airheads - Aruba Remote Access Point (RAP) Troubleshooting
EMEA Airheads - Aruba Remote Access Point (RAP) TroubleshootingEMEA Airheads - Aruba Remote Access Point (RAP) Troubleshooting
EMEA Airheads - Aruba Remote Access Point (RAP) Troubleshooting
 
Aruba instant iap setup rev3
Aruba instant iap setup rev3Aruba instant iap setup rev3
Aruba instant iap setup rev3
 
Base Designs Lab Setup for Validated Reference Design
Base Designs Lab Setup for Validated Reference DesignBase Designs Lab Setup for Validated Reference Design
Base Designs Lab Setup for Validated Reference Design
 
ClearPass design scenarios that solve the toughest security policy requirements
ClearPass design scenarios that solve the toughest security policy requirementsClearPass design scenarios that solve the toughest security policy requirements
ClearPass design scenarios that solve the toughest security policy requirements
 
EMEA Airheads_ Advance Aruba Central
EMEA Airheads_ Advance Aruba CentralEMEA Airheads_ Advance Aruba Central
EMEA Airheads_ Advance Aruba Central
 
Aruba 802.11ac networks: Validated Reference Designs
Aruba 802.11ac networks: Validated Reference DesignsAruba 802.11ac networks: Validated Reference Designs
Aruba 802.11ac networks: Validated Reference Designs
 
Apple Captive Network Assistant Bypass with ClearPass Guest
Apple Captive Network Assistant Bypass with ClearPass GuestApple Captive Network Assistant Bypass with ClearPass Guest
Apple Captive Network Assistant Bypass with ClearPass Guest
 
Optimizing Aruba WLANs for Roaming Devices
Optimizing Aruba WLANs for Roaming DevicesOptimizing Aruba WLANs for Roaming Devices
Optimizing Aruba WLANs for Roaming Devices
 
EMEA Airheads- Instant AP- Instant AP Best Practice Configuration
EMEA Airheads- Instant AP- Instant AP Best Practice ConfigurationEMEA Airheads- Instant AP- Instant AP Best Practice Configuration
EMEA Airheads- Instant AP- Instant AP Best Practice Configuration
 
Adapting to evolving user, security, and business needs with aruba clear pass
Adapting to evolving user, security, and business needs with aruba clear passAdapting to evolving user, security, and business needs with aruba clear pass
Adapting to evolving user, security, and business needs with aruba clear pass
 
EMEA Airheads_ Aruba AppRF – AOS 6.x & 8.x
EMEA Airheads_ Aruba AppRF – AOS 6.x & 8.xEMEA Airheads_ Aruba AppRF – AOS 6.x & 8.x
EMEA Airheads_ Aruba AppRF – AOS 6.x & 8.x
 

Similar to Airheads Tech Talks: Cloud Guest SSID on Aruba Central

Ipsec
IpsecIpsec
Deep Dive: Amazon Virtual Private Cloud
Deep Dive: Amazon Virtual Private CloudDeep Dive: Amazon Virtual Private Cloud
Deep Dive: Amazon Virtual Private Cloud
Amazon Web Services
 
Modul dhcp server menggunakan mikrotik os
Modul dhcp server menggunakan mikrotik osModul dhcp server menggunakan mikrotik os
Modul dhcp server menggunakan mikrotik os
Een Pahlefi
 
Breakout - Airheads Macau 2013 - Top 10 Tips from Aruba TAC
Breakout - Airheads Macau 2013 - Top 10 Tips from Aruba TAC Breakout - Airheads Macau 2013 - Top 10 Tips from Aruba TAC
Breakout - Airheads Macau 2013 - Top 10 Tips from Aruba TAC
Aruba, a Hewlett Packard Enterprise company
 
Deep Dive: Amazon Virtual Private Cloud
Deep Dive: Amazon Virtual Private CloudDeep Dive: Amazon Virtual Private Cloud
Deep Dive: Amazon Virtual Private Cloud
Amazon Web Services
 
Deep Dive: Amazon Virtual Private Cloud
Deep Dive: Amazon Virtual Private CloudDeep Dive: Amazon Virtual Private Cloud
Deep Dive: Amazon Virtual Private Cloud
Amazon Web Services
 
Deep Dive - Amazon Virtual Private Cloud (VPC)
Deep Dive - Amazon Virtual Private Cloud (VPC)Deep Dive - Amazon Virtual Private Cloud (VPC)
Deep Dive - Amazon Virtual Private Cloud (VPC)
Amazon Web Services
 
6th floorsharingsession ep 1 - networking - arp v 1.0
6th floorsharingsession ep 1 - networking - arp v 1.06th floorsharingsession ep 1 - networking - arp v 1.0
6th floorsharingsession ep 1 - networking - arp v 1.0
A Achyar Nur
 
Network Security Best Practice (BCP38 & 140)
Network Security Best Practice (BCP38 & 140) Network Security Best Practice (BCP38 & 140)
Network Security Best Practice (BCP38 & 140)
Bangladesh Network Operators Group
 
HTTP logging met Varnishlog - PHPWVL 2022
HTTP logging met Varnishlog - PHPWVL 2022HTTP logging met Varnishlog - PHPWVL 2022
HTTP logging met Varnishlog - PHPWVL 2022
Thijs Feryn
 
Implementation of DNS Anycast - a case study
Implementation of DNS Anycast - a case studyImplementation of DNS Anycast - a case study
Implementation of DNS Anycast - a case study
A. S. M. Shamim Reza
 
Reverse engineering Swisscom's Centro Grande Modem
Reverse engineering Swisscom's Centro Grande ModemReverse engineering Swisscom's Centro Grande Modem
Reverse engineering Swisscom's Centro Grande Modem
Cyber Security Alliance
 
EMEA Airheads- Manage Devices at Branch Office (BOC)
EMEA Airheads- Manage Devices at Branch Office (BOC)EMEA Airheads- Manage Devices at Branch Office (BOC)
EMEA Airheads- Manage Devices at Branch Office (BOC)
Aruba, a Hewlett Packard Enterprise company
 
tips_breakout-airheads-macau-2013-top-10-tips-from-aruba-tac.pdf
tips_breakout-airheads-macau-2013-top-10-tips-from-aruba-tac.pdftips_breakout-airheads-macau-2013-top-10-tips-from-aruba-tac.pdf
tips_breakout-airheads-macau-2013-top-10-tips-from-aruba-tac.pdf
ssuser47d3271
 
Ak13 upgrade
Ak13 upgradeAk13 upgrade
Ak13 upgradeAccenture
 
(NET404) Making Every Packet Count
(NET404) Making Every Packet Count(NET404) Making Every Packet Count
(NET404) Making Every Packet Count
Amazon Web Services
 
Configure Cisco Routers for Syslog, NTP, and SSH Operations
Configure Cisco Routers for Syslog, NTP, and SSH Operations Configure Cisco Routers for Syslog, NTP, and SSH Operations
Configure Cisco Routers for Syslog, NTP, and SSH Operations
Kelson Silva
 
Pycon - Python for ethical hackers
Pycon - Python for ethical hackers Pycon - Python for ethical hackers
Pycon - Python for ethical hackers
Mohammad Reza Kamalifard
 
05 module managing your network enviornment
05  module managing your network enviornment05  module managing your network enviornment
05 module managing your network enviornmentAsif
 

Similar to Airheads Tech Talks: Cloud Guest SSID on Aruba Central (20)

Ipsec
IpsecIpsec
Ipsec
 
Deep Dive: Amazon Virtual Private Cloud
Deep Dive: Amazon Virtual Private CloudDeep Dive: Amazon Virtual Private Cloud
Deep Dive: Amazon Virtual Private Cloud
 
Modul dhcp server menggunakan mikrotik os
Modul dhcp server menggunakan mikrotik osModul dhcp server menggunakan mikrotik os
Modul dhcp server menggunakan mikrotik os
 
Breakout - Airheads Macau 2013 - Top 10 Tips from Aruba TAC
Breakout - Airheads Macau 2013 - Top 10 Tips from Aruba TAC Breakout - Airheads Macau 2013 - Top 10 Tips from Aruba TAC
Breakout - Airheads Macau 2013 - Top 10 Tips from Aruba TAC
 
Deep Dive: Amazon Virtual Private Cloud
Deep Dive: Amazon Virtual Private CloudDeep Dive: Amazon Virtual Private Cloud
Deep Dive: Amazon Virtual Private Cloud
 
Deep Dive: Amazon Virtual Private Cloud
Deep Dive: Amazon Virtual Private CloudDeep Dive: Amazon Virtual Private Cloud
Deep Dive: Amazon Virtual Private Cloud
 
1-300-206 (SENSS)=Firewall (642-618)
1-300-206 (SENSS)=Firewall (642-618) 1-300-206 (SENSS)=Firewall (642-618)
1-300-206 (SENSS)=Firewall (642-618)
 
Deep Dive - Amazon Virtual Private Cloud (VPC)
Deep Dive - Amazon Virtual Private Cloud (VPC)Deep Dive - Amazon Virtual Private Cloud (VPC)
Deep Dive - Amazon Virtual Private Cloud (VPC)
 
6th floorsharingsession ep 1 - networking - arp v 1.0
6th floorsharingsession ep 1 - networking - arp v 1.06th floorsharingsession ep 1 - networking - arp v 1.0
6th floorsharingsession ep 1 - networking - arp v 1.0
 
Network Security Best Practice (BCP38 & 140)
Network Security Best Practice (BCP38 & 140) Network Security Best Practice (BCP38 & 140)
Network Security Best Practice (BCP38 & 140)
 
HTTP logging met Varnishlog - PHPWVL 2022
HTTP logging met Varnishlog - PHPWVL 2022HTTP logging met Varnishlog - PHPWVL 2022
HTTP logging met Varnishlog - PHPWVL 2022
 
Implementation of DNS Anycast - a case study
Implementation of DNS Anycast - a case studyImplementation of DNS Anycast - a case study
Implementation of DNS Anycast - a case study
 
Reverse engineering Swisscom's Centro Grande Modem
Reverse engineering Swisscom's Centro Grande ModemReverse engineering Swisscom's Centro Grande Modem
Reverse engineering Swisscom's Centro Grande Modem
 
EMEA Airheads- Manage Devices at Branch Office (BOC)
EMEA Airheads- Manage Devices at Branch Office (BOC)EMEA Airheads- Manage Devices at Branch Office (BOC)
EMEA Airheads- Manage Devices at Branch Office (BOC)
 
tips_breakout-airheads-macau-2013-top-10-tips-from-aruba-tac.pdf
tips_breakout-airheads-macau-2013-top-10-tips-from-aruba-tac.pdftips_breakout-airheads-macau-2013-top-10-tips-from-aruba-tac.pdf
tips_breakout-airheads-macau-2013-top-10-tips-from-aruba-tac.pdf
 
Ak13 upgrade
Ak13 upgradeAk13 upgrade
Ak13 upgrade
 
(NET404) Making Every Packet Count
(NET404) Making Every Packet Count(NET404) Making Every Packet Count
(NET404) Making Every Packet Count
 
Configure Cisco Routers for Syslog, NTP, and SSH Operations
Configure Cisco Routers for Syslog, NTP, and SSH Operations Configure Cisco Routers for Syslog, NTP, and SSH Operations
Configure Cisco Routers for Syslog, NTP, and SSH Operations
 
Pycon - Python for ethical hackers
Pycon - Python for ethical hackers Pycon - Python for ethical hackers
Pycon - Python for ethical hackers
 
05 module managing your network enviornment
05  module managing your network enviornment05  module managing your network enviornment
05 module managing your network enviornment
 

More from Aruba, a Hewlett Packard Enterprise company

Airheads Tech Talks: Understanding ClearPass OnGuard Agents
Airheads Tech Talks: Understanding ClearPass OnGuard AgentsAirheads Tech Talks: Understanding ClearPass OnGuard Agents
Airheads Tech Talks: Understanding ClearPass OnGuard Agents
Aruba, a Hewlett Packard Enterprise company
 
EMEA Airheads- Switch stacking_ ArubaOS Switch
EMEA Airheads- Switch stacking_ ArubaOS SwitchEMEA Airheads- Switch stacking_ ArubaOS Switch
EMEA Airheads- Switch stacking_ ArubaOS Switch
Aruba, a Hewlett Packard Enterprise company
 
EMEA Airheads- LACP and distributed LACP – ArubaOS Switch
EMEA Airheads- LACP and distributed LACP – ArubaOS SwitchEMEA Airheads- LACP and distributed LACP – ArubaOS Switch
EMEA Airheads- LACP and distributed LACP – ArubaOS Switch
Aruba, a Hewlett Packard Enterprise company
 
Introduction to AirWave 10
Introduction to AirWave 10Introduction to AirWave 10
EMEA Airheads- Virtual Switching Framework- Aruba OS Switch
EMEA Airheads- Virtual Switching Framework- Aruba OS SwitchEMEA Airheads- Virtual Switching Framework- Aruba OS Switch
EMEA Airheads- Virtual Switching Framework- Aruba OS Switch
Aruba, a Hewlett Packard Enterprise company
 
EMEA Airheads- AirGroup profiling changes across 8.1 & 8.2 – ArubaOS 8.x
EMEA Airheads- AirGroup profiling changes across 8.1 & 8.2 – ArubaOS 8.xEMEA Airheads- AirGroup profiling changes across 8.1 & 8.2 – ArubaOS 8.x
EMEA Airheads- AirGroup profiling changes across 8.1 & 8.2 – ArubaOS 8.x
Aruba, a Hewlett Packard Enterprise company
 
EMEA Airheads- Getting Started with the ClearPass REST API – CPPM
EMEA Airheads-  Getting Started with the ClearPass REST API – CPPMEMEA Airheads-  Getting Started with the ClearPass REST API – CPPM
EMEA Airheads- Getting Started with the ClearPass REST API – CPPM
Aruba, a Hewlett Packard Enterprise company
 
EMEA Airheads - AP Discovery Logic and AP Deployment
EMEA Airheads - AP Discovery Logic and AP DeploymentEMEA Airheads - AP Discovery Logic and AP Deployment
EMEA Airheads - AP Discovery Logic and AP Deployment
Aruba, a Hewlett Packard Enterprise company
 
EMEA Airheads - What does AirMatch do differently?v2
 EMEA Airheads - What does AirMatch do differently?v2 EMEA Airheads - What does AirMatch do differently?v2
EMEA Airheads - What does AirMatch do differently?v2
Aruba, a Hewlett Packard Enterprise company
 
Airheads Meetups: 8400 Presentation
Airheads Meetups: 8400 PresentationAirheads Meetups: 8400 Presentation
Airheads Meetups: 8400 Presentation
Aruba, a Hewlett Packard Enterprise company
 
Airheads Meetups: Ekahau Presentation
Airheads Meetups: Ekahau PresentationAirheads Meetups: Ekahau Presentation
Airheads Meetups: Ekahau Presentation
Aruba, a Hewlett Packard Enterprise company
 
Airheads Meetups- High density WLAN
Airheads Meetups- High density WLANAirheads Meetups- High density WLAN
Airheads Meetups- High density WLAN
Aruba, a Hewlett Packard Enterprise company
 
Airheads Meetups- Avans Hogeschool goes Aruba
Airheads Meetups- Avans Hogeschool goes ArubaAirheads Meetups- Avans Hogeschool goes Aruba
Airheads Meetups- Avans Hogeschool goes Aruba
Aruba, a Hewlett Packard Enterprise company
 
EMEA Airheads - Configuring different APIs in Aruba 8.x
EMEA Airheads - Configuring different APIs  in Aruba 8.x EMEA Airheads - Configuring different APIs  in Aruba 8.x
EMEA Airheads - Configuring different APIs in Aruba 8.x
Aruba, a Hewlett Packard Enterprise company
 
EMEA Airheads - Multi zone ap and centralized image upgrade
EMEA Airheads - Multi zone ap and centralized image upgradeEMEA Airheads - Multi zone ap and centralized image upgrade
EMEA Airheads - Multi zone ap and centralized image upgrade
Aruba, a Hewlett Packard Enterprise company
 
Bringing up Aruba Mobility Master, Managed Device & Access Point
Bringing up Aruba Mobility Master, Managed Device & Access PointBringing up Aruba Mobility Master, Managed Device & Access Point
Bringing up Aruba Mobility Master, Managed Device & Access Point
Aruba, a Hewlett Packard Enterprise company
 
EMEA Airheads- Aruba 8.x Architecture overview & UI Navigation
EMEA Airheads- Aruba 8.x Architecture overview & UI NavigationEMEA Airheads- Aruba 8.x Architecture overview & UI Navigation
EMEA Airheads- Aruba 8.x Architecture overview & UI Navigation
Aruba, a Hewlett Packard Enterprise company
 
EMEA Airheads- Aruba Instant AP- VPN Troubleshooting
EMEA Airheads- Aruba Instant AP-  VPN TroubleshootingEMEA Airheads- Aruba Instant AP-  VPN Troubleshooting
EMEA Airheads- Aruba Instant AP- VPN Troubleshooting
Aruba, a Hewlett Packard Enterprise company
 
EMEA Airheads- ArubaOS - Cluster Manager
EMEA Airheads- ArubaOS - Cluster ManagerEMEA Airheads- ArubaOS - Cluster Manager
EMEA Airheads- ArubaOS - Cluster Manager
Aruba, a Hewlett Packard Enterprise company
 
EMEA Airheads– Aruba Clarity. Because a Wi-Fi Problem's Often Not a "Wi-Fi" P...
EMEA Airheads– Aruba Clarity. Because a Wi-Fi Problem's Often Not a "Wi-Fi" P...EMEA Airheads– Aruba Clarity. Because a Wi-Fi Problem's Often Not a "Wi-Fi" P...
EMEA Airheads– Aruba Clarity. Because a Wi-Fi Problem's Often Not a "Wi-Fi" P...
Aruba, a Hewlett Packard Enterprise company
 

More from Aruba, a Hewlett Packard Enterprise company (20)

Airheads Tech Talks: Understanding ClearPass OnGuard Agents
Airheads Tech Talks: Understanding ClearPass OnGuard AgentsAirheads Tech Talks: Understanding ClearPass OnGuard Agents
Airheads Tech Talks: Understanding ClearPass OnGuard Agents
 
EMEA Airheads- Switch stacking_ ArubaOS Switch
EMEA Airheads- Switch stacking_ ArubaOS SwitchEMEA Airheads- Switch stacking_ ArubaOS Switch
EMEA Airheads- Switch stacking_ ArubaOS Switch
 
EMEA Airheads- LACP and distributed LACP – ArubaOS Switch
EMEA Airheads- LACP and distributed LACP – ArubaOS SwitchEMEA Airheads- LACP and distributed LACP – ArubaOS Switch
EMEA Airheads- LACP and distributed LACP – ArubaOS Switch
 
Introduction to AirWave 10
Introduction to AirWave 10Introduction to AirWave 10
Introduction to AirWave 10
 
EMEA Airheads- Virtual Switching Framework- Aruba OS Switch
EMEA Airheads- Virtual Switching Framework- Aruba OS SwitchEMEA Airheads- Virtual Switching Framework- Aruba OS Switch
EMEA Airheads- Virtual Switching Framework- Aruba OS Switch
 
EMEA Airheads- AirGroup profiling changes across 8.1 & 8.2 – ArubaOS 8.x
EMEA Airheads- AirGroup profiling changes across 8.1 & 8.2 – ArubaOS 8.xEMEA Airheads- AirGroup profiling changes across 8.1 & 8.2 – ArubaOS 8.x
EMEA Airheads- AirGroup profiling changes across 8.1 & 8.2 – ArubaOS 8.x
 
EMEA Airheads- Getting Started with the ClearPass REST API – CPPM
EMEA Airheads-  Getting Started with the ClearPass REST API – CPPMEMEA Airheads-  Getting Started with the ClearPass REST API – CPPM
EMEA Airheads- Getting Started with the ClearPass REST API – CPPM
 
EMEA Airheads - AP Discovery Logic and AP Deployment
EMEA Airheads - AP Discovery Logic and AP DeploymentEMEA Airheads - AP Discovery Logic and AP Deployment
EMEA Airheads - AP Discovery Logic and AP Deployment
 
EMEA Airheads - What does AirMatch do differently?v2
 EMEA Airheads - What does AirMatch do differently?v2 EMEA Airheads - What does AirMatch do differently?v2
EMEA Airheads - What does AirMatch do differently?v2
 
Airheads Meetups: 8400 Presentation
Airheads Meetups: 8400 PresentationAirheads Meetups: 8400 Presentation
Airheads Meetups: 8400 Presentation
 
Airheads Meetups: Ekahau Presentation
Airheads Meetups: Ekahau PresentationAirheads Meetups: Ekahau Presentation
Airheads Meetups: Ekahau Presentation
 
Airheads Meetups- High density WLAN
Airheads Meetups- High density WLANAirheads Meetups- High density WLAN
Airheads Meetups- High density WLAN
 
Airheads Meetups- Avans Hogeschool goes Aruba
Airheads Meetups- Avans Hogeschool goes ArubaAirheads Meetups- Avans Hogeschool goes Aruba
Airheads Meetups- Avans Hogeschool goes Aruba
 
EMEA Airheads - Configuring different APIs in Aruba 8.x
EMEA Airheads - Configuring different APIs  in Aruba 8.x EMEA Airheads - Configuring different APIs  in Aruba 8.x
EMEA Airheads - Configuring different APIs in Aruba 8.x
 
EMEA Airheads - Multi zone ap and centralized image upgrade
EMEA Airheads - Multi zone ap and centralized image upgradeEMEA Airheads - Multi zone ap and centralized image upgrade
EMEA Airheads - Multi zone ap and centralized image upgrade
 
Bringing up Aruba Mobility Master, Managed Device & Access Point
Bringing up Aruba Mobility Master, Managed Device & Access PointBringing up Aruba Mobility Master, Managed Device & Access Point
Bringing up Aruba Mobility Master, Managed Device & Access Point
 
EMEA Airheads- Aruba 8.x Architecture overview & UI Navigation
EMEA Airheads- Aruba 8.x Architecture overview & UI NavigationEMEA Airheads- Aruba 8.x Architecture overview & UI Navigation
EMEA Airheads- Aruba 8.x Architecture overview & UI Navigation
 
EMEA Airheads- Aruba Instant AP- VPN Troubleshooting
EMEA Airheads- Aruba Instant AP-  VPN TroubleshootingEMEA Airheads- Aruba Instant AP-  VPN Troubleshooting
EMEA Airheads- Aruba Instant AP- VPN Troubleshooting
 
EMEA Airheads- ArubaOS - Cluster Manager
EMEA Airheads- ArubaOS - Cluster ManagerEMEA Airheads- ArubaOS - Cluster Manager
EMEA Airheads- ArubaOS - Cluster Manager
 
EMEA Airheads– Aruba Clarity. Because a Wi-Fi Problem's Often Not a "Wi-Fi" P...
EMEA Airheads– Aruba Clarity. Because a Wi-Fi Problem's Often Not a "Wi-Fi" P...EMEA Airheads– Aruba Clarity. Because a Wi-Fi Problem's Often Not a "Wi-Fi" P...
EMEA Airheads– Aruba Clarity. Because a Wi-Fi Problem's Often Not a "Wi-Fi" P...
 

Recently uploaded

Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 

Recently uploaded (20)

Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 

Airheads Tech Talks: Cloud Guest SSID on Aruba Central

  • 1. #ArubaAirheads Airheads Tech Talks: Cloud Guest SSID on Aruba Central Akhil Rajendran
  • 2. 2#ArubaAirheads Agenda – Introduction to Cloud Guest. – How to configure. – Debugging on IAP. – Adding Visitor accounts to Cloud Guest. – Generating Reports from Central.
  • 3. 3#ArubaAirheads Architecture Cloud Guest Slave IAP DNS server naw1Master IAP Central Cluster formed Wireless client on guest SSID TCP port 2083 for RADIUS authentication for guest management. If 2083 port is blocked, the HTTPS protocol is used. TCP 443
  • 4. 4#ArubaAirheads Cloud Guest Types – Anonymous – Authenticated – Facebook Wifi
  • 5. 5#ArubaAirheads Cloud Guest Type - Anonymous – No credentials required. – Plain, simple captive portal login. – Guest password if required can be added to the login. – MAC Caching – No option to remove the saved mac-address as of now. – Session limit can be set. – URL whitelisting.
  • 6. 6#ArubaAirheads Config Pushed to Instant AP #show network -------- Profile Name ESSID Clients Type Band Authentication Method Key Management IP Assignment Status Zone Coding Active ------------ ----- ------- ---- ---- --------------------- -------------- ------------- ------ ---- ------ ------ Anonymous Anonymous 0 guest all External CP WPA2-AES NAT Mode Enabled - UTF-8 Yes #show network Anonymous | in ECP ECP Profile :Anonymous_#guest#_ #show external-captive-portal Anonymous_#guest#_ Name :Anonymous_#guest#_ Server :ap1.cloudguest.central.arubanetworks.com Port :443 Url :/portal/scope.cust-00bc49df203e4281907cf158062489da/Anonymous/capture Auth Text : Redirect Url : Server Fail Throuth :Disable Disable Auto Whitelist :Disable Use HTTPs :Yes Server Offload :No Prevent Frame Overlay :Disable In Used :Yes Redirect Mode :Yes Switch IP :No
  • 7. 7#ArubaAirheads Debugging on IAP #show clients Client List ----------- Name IP Address MAC Address OS ESSID Access Point Channel Type Role IPv6 Address Signal Speed (mbps) ---- ---------- ----------- -- ----- ------------ ------- ---- ---- ------------ ------ ------------ ak-phone 192.168.1.3 d8:1d:72:7d:75:67 iPhone Anonymous f0:5c:19:ca:3c:e8 149E AC Anonymous_#guest#_ fe80::1cef:a90:a9aa:5342 35(good) 325(good) Number of Clients :1 Post Authenticating: #show clients Client List ----------- Name IP Address MAC Address OS ESSID Access Point Channel Type Role IPv6 Address Signal Speed (mbps) ---- ---------- ----------- -- ----- ------------ ------- ---- ---- - ----------- ------ ------------ 0DKsDUXsQVS+qgmftddd+w==.D3TTaA 192.168.1.3 d8:1d:72:7d:75:67 iPhone Anonymous f0:5c:19:ca:3c:e8 149E AC Anonymous fe80::1ceaf:a90:a9aa:5342 41(good) 433(good) Number of Clients :1
  • 8. 8#ArubaAirheads There are 2 radius servers pushed from Central to Instant AP. “AS1_#guest#_” uses RADSEC protocol – tcp 2083 to 35.154.164.176. “AS2_#guest#_” uses https protocol – tcp 443 to 13.126.228.244. #show radius status Radius server status ------------------------------------ Name Server IP Source IP Server Name Protocol Port NAS IP Connected sockets Status Last connection tried at Next connection at ---- --------- --------- ----------- -------- ---- ------ ------ ----------- ------ ------------------------ ------------------ AS2_#guest#_ 13.126.228.244 192.168.1.12 ap1-elb.cloudguest.central.arubanetworks.com RADIUS/TLS 443 192.168.1.12 1 CONNECTED 2019-03-21 14:08:58.184913 Not Applicable AS1_#guest#_ 35.154.164.176 192.168.1.12 ap1.cloudguest.central.arubanetworks.com RADIUS/TLS 2083 192.168.1.12 1 CONNECTED 2019-03-21 14:08:58.188131 Not Applicable All the radius request would be sent to AS1 as it is first in order. In any event tcp 2083 is blocked, radius request would be redirected to AS2.
  • 9. 9#ArubaAirheads #show radius status Radius server status -------------------- Name Server IP Source IP Server Name Protocol Port NAS IP Connected sockets Status Last connection tried at Next connection at ---- --------- --------- ----------- -------- ---- ------ ------ ----------- ------ ------------------------ ------------------ AS2_#guest#_ 13.126.228.244 192.168.1.12 ap1-elb.cloudguest.central.arubanetworks.com RADIUS/TLS 443 192.168.1.12 1 CONNECTED 2019-03-21 14:08:58.184913 Not Applicable AS1_#guest#_ 35.154.164.176 192.168.1.12 ap1.cloudguest.central.arubanetworks.com RADIUS/TLS 2083 192.168.1.12 0 INIT 2019-03-21 15:12:10.667178 2019-03-21 15:12:20.10667178
  • 10. 10#ArubaAirheads Client’s session to the cloudguest URL: # show datapath session | include 35.154.164.176 35.154.164.176 192.168.1.3 6 443 62144 0 0 0 1 dev20 6d F 192.168.1.3 35.154.164.176 6 62144 443 0 0 0 1 dev20 6d FC IAP’s attempt to contact AS1: # show datapath session | include 35.154.164.176 35.154.164.176 192.168.1.12 6 2083 53511 0 0 0 1 local 51 Y 192.168.1.12 35.154.164.176 6 53511 2083 0 0 0 1 local 51 C IAP communicates with AS2: # show datapath session | include 13.126.228.244 13.126.228.244 192.168.1.12 6 443 57852 0 0 0 1 local 49c2 192.168.1.12 13.126.228.244 6 57852 443 0 0 0 1 local 49c2 C
  • 11. 11#ArubaAirheads Security debug logs from IAP: When radsec establishes: # show log security | in AS1 Mar 21 15:28:02 stm[4409]: <124004> <DBUG> |AP f0:5c:19:ca:3c:e8@192.168.1.12 stm| Starting SSL connection to server AS1_#guest#_ ip 35.154.164.176 port 2083 Mar 21 15:28:02 stm[4409]: <124004> <DBUG> |AP f0:5c:19:ca:3c:e8@192.168.1.12 stm| TLS connection succeeded to AS1_#guest#_ Mar 21 15:28:02 stm[4409]: <124004> <DBUG> |AP f0:5c:19:ca:3c:e8@192.168.1.12 stm| check and send queued requests to server AS1_#guest#_ on socket 13 Mar 21 15:28:24 stm[4409]: <124004> <DBUG> |AP f0:5c:19:ca:3c:e8@192.168.1.12 stm| status server processed for server AS1_#guest#_ When radsec fails: # show log security | in AS1 Mar 21 15:31:56 stm[4409]: <124004> <DBUG> |AP f0:5c:19:ca:3c:e8@192.168.1.12 stm| SSL socket not available for server,creating: AS1_#guest#_ Mar 21 15:31:56 stm[4409]: <124004> <DBUG> |AP f0:5c:19:ca:3c:e8@192.168.1.12 stm| Resolve DNS for server AS1_#guest#_ with cmd /aruba/bin/dns_resolv ap1.cloudguest.central.arubanetworks.com Mar 21 15:31:56 stm[4409]: <124004> <DBUG> |AP f0:5c:19:ca:3c:e8@192.168.1.12 stm| Starting SSL connection to server AS1_#guest#_ ip 35.154.164.176 port 2083 Mar 21 15:31:56 stm[4409]: <199802> <ERRS> |AP f0:5c:19:ca:3c:e8@192.168.1.12 stm| rc_rad_tls.c, radsec_resume_connection:1079: TCP connect to server AS1_#guest#_ failed to establish TLS connection to server AS1_#guest#_. Retry in 320 seconds
  • 12. 12#ArubaAirheads When both servers are down use the option ‘Allow Internet In Failure’. #show external-captive-portal Anonymous_#guest#_ Name :Anonymous_#guest#_ Server :ap1.cloudguest.central.arubanetworks.com Port :443 Url :/portal/scope.cust-00bc49df203e4281907cf158062489da/Anonymous/capture Auth Text : Redirect Url : Server Fail Throuth :Disable / Enable Disable Auto Whitelist :Disable Use HTTPs :Yes Server Offload :No Prevent Frame Overlay :Disable In Used :Yes Redirect Mode :Yes Switch IP :No
  • 13. 13#ArubaAirheads URL Whitelisting: # show access-rule Anonymous_#guest#_ Access Rules ------------ Dest IP Dest Mask Eth Type Dest Match Protocol (id:sport:eport) Application Action Log TOS 802.1P Blacklist App Throttle (Up:Down) Mirror DisScan ClassifyMedia ------- --------- -------- ---------- ------------------------- ----------- ------ --- --- ------ --------- ---------------------- ------ ------- ------------- alias cnn.com IPv4/6 match https permit alias bbc.com IPv4/6 match https permit Session Timeout # show ap debug auth-tracebuf Mar 22 09:29:19 cp-pap-auth-request -> 68:c4:4d:89:b8:44 f0:5c:19:23:ce:81/AS1_#guest#_ - - yzTmsIWkQViqzA1e2ghwKA==.D3XvFg Mar 22 09:29:19 cp-pap-auth-success <- 68:c4:4d:89:b8:44 f0:5c:19:23:ce:81/AS1_#guest#_ - - success Mar 22 09:29:19 rad-acct-start -> 68:c4:4d:89:b8:44 f0:5c:19:23:ce:81 - - Mar 22 09:29:35 rad-acct-int-update -> 68:c4:4d:89:b8:44 f0:5c:19:23:ce:81 - - Mar 22 09:31:17 rad-acct-stop -> 68:c4:4d:89:b8:44 f0:5c:19:23:ce:81 - -
  • 14. 14#ArubaAirheads Cloud Guest Type - Authenticated – Username/Password along with email and phone based verification. – Social login – Facebook, Google+, Twitter, Linkedin
  • 16. 16#ArubaAirheads # show clients Client List ----------- Name IP Address MAC Address OS ESSID Access Point Channel Type Role IPv6 Address Signal Speed (mbps) ---- ---------- ----------- -- ----- ------------ ------- ---- ---- ---- -------- ------ ------------ 5U7/JrfqQbqM7WeigqIzOw==.D3VW0A 192.168.1.5 68:c4:4d:89:b8:44 Linux Facebook f0:5c:19:ca:3c:e8 6 GN Facebook fe80::6ac4:4dff:fe89:b844 40(good) 52(good) # show access-rule Facebook Access Rules ------------ Dest IP Dest Mask Eth Type Dest Match Protocol (id:sport:eport) Application Action Log TOS 802.1P Blacklist App Throttle (Up:Down) Mirror DisScan ClassifyMedia ------- --------- -------- ---------- ------------------------- ----------- ------ --- --- ------ --------- ----------- ----------- ------ ------- ------------- any any IPv4/6 match any permit
  • 18. 18#ArubaAirheads Self Registration Workflow for Apple CNA Captive portal detection URL’s: – http://www.apple.com/library/test/success.html – http://captive.apple.com/hotspot-detect.html
  • 20. 20#ArubaAirheads Session Limit / Data Limit # show ap debug auth-trace-buf Mar 22 13:13:07 cp-pap-auth-request -> d8:1d:72:7d:75:67 f0:5c:19:23:ce:93/AS1_#guest#_ - - T2jV0x48TAuTCk/7KYNn6g==.D3Yjig Mar 22 13:13:07 cp-pap-auth-success <- d8:1d:72:7d:75:67 f0:5c:19:23:ce:93/AS1_#guest#_ - - success Mar 22 13:13:07 rad-acct-start -> d8:1d:72:7d:75:67 f0:5c:19:23:ce:93 - - Mar 22 13:15:17 rad-acct-int-update -> d8:1d:72:7d:75:67 f0:5c:19:23:ce:93 - - Mar 22 13:15:25 rad-acct-stop -> d8:1d:72:7d:75:67 f0:5c:19:23:ce:93 - - # show clients Client List ----------- Name IP Address MAC Address OS ESSID Access Point Channel Type Role IPv6 Address Signal Speed (mbps) ---- ---------- ----------- -- ----- ------------ ------- ---- ---- ------ ------ ------ ------------ ak-iphone 192.168.1.3 d8:1d:72:7d:75:67 Social f0:5c:19:ca:3c:e8 52E AC Social_#guest#_ fe80::c77:cc59:6a3f:df9 25(good) 433(good)
  • 22. 22#ArubaAirheads Cloud Guest - Visitors – Generate accounts that can be given to guests. – Cannot be configured at MSP level. – Visitor accounts can be created for username/password login. – Visitor accounts can be modified and new password can be sent via SMS or email.
  • 23. 23#ArubaAirheads Reports – Reports can be pulled from Central to have track of various parameters like: – Client usage – Application usage – Client sessions – Can be automated or ran as and when required. – Report can be downloaded or sent to any email addresses.