Wired Intelligent Edge (Campus Switching and Routing)

 View Only
last person joined: one year ago 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of HPE Aruba Networking switching devices, and find ways to improve security across your network.

How to do mgmt authentication using TACACS in MAS 

Jun 26, 2014 01:35 PM

Here are the CLI commands for enabling TACACS on the S3500/2500. You will need to create the matching device on the ACS server as well.

 

Creating mgmt auth is not supported in webui. 

 

 

Conf t

aaa authentication-server tacacs "CORP"
   host 172.16.0.120
   key "prekey"
!
aaa server-group "TACACS"
auth-server CORP
!
aaa authentication mgmt
   server-group "TACACS"
   enable
!

 

To trouble shoot please enable following loggings 

 

#conf t
#logging level debugging security process authmgr
#logging level debugging security subcat aaa
# logging level debugging security
# show log security 100

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.