Thursday, July 27, 2017

How to view devices and sessions on Aruba remote access point VPN.

I have used Aruba access points with two ethernet ports as VPN devices. It was okay for a home office or small office. When troubleshooting a problem, there was not much visibility. These command helped.

sh ap database
(Find the IP address of target AP)

sh datapath tunnel | include x.x.x.x
(Find the tunnel number with R=wired)

sh datapath bridge | include 'tunnel xx'
(List of mac addresses on remote LAN)

sh datapath session | include 'tunnel xx'
(List of current connection from LAN with IP addresses)


No comments: