Information
Remote AAA with RADIUS provides the following for your Aruba CX switch:
- Authentication using remote RADIUS AAA servers.
- Command authorization is not supported by RADIUS servers, however, user-defined local usergroups can be configured with command-authorization rules, providing locally configured per commandauthorization for members of such groups. See User-defined user groups .In the switch default state (without user-defined local groups), basic role-based authorization isavailable with the three built-in roles (administrators, operators, auditors).
- Transmission of locally collected accounting information to remote RADIUS servers.
Using a RADIUS server for AAA centralizes user management, ensuring uniform access policies across the network. It provides enhanced scalability, making it suitable for large networks with numerous users, compared to local AAA which is limited to individual switch.
Solution
To Configure RADIUS Server -
switch(config)# radius-server host {<FQDN> | <IPV4> | <IPV6>} [key [plaintext <PASSKEY> | ciphertext <PASSKEY>]] [vrf <VRF-NAME>]
To Associate RADIUS Server to the group -
switch(config)# aaa group server radius <group-name>
switch(config-sg) # server <FQDN | IPv4 | IPv6> vrf <vrf>
switch(config-sg) # exit
Impact:
Implementing RADIUS SERVER for AAA, enhances security by minimizing the attack surface and ensuring compliance with industry standards for authentication.