Controller Based WLANs

 View Only
last person joined: one year ago 

APs, Controllers, VIA

How to apply session acls to Cellular interface 

Apr 05, 2015 09:35 AM

Introduction- On recent Aruba OS codes, we have option for uplink redundancy as how we have for RAP. The Uplink can be configured to both Cellular and ethernet port for the VPN solutions. In order to prevent the network, we apply session acls on the uplink port. In case of failover to cellular, we need to have the same security to prevent the controller from outside network.

Answer- Master) (config) #ip access-list session test
(Master) (config-sess-test)#any any any permit
(Master) (config-sess-test)#exit
(Master) (config) #interface cellular
(Master) (config-cell)#ip access-group test ?
session                 Apply session access-list to the interface
(Master) (config-cell)#ip access-group test session
(Master) (config-cell)#exit
(Master) (config) #

 

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.