Explains a networking protocol that provides centralized authentication, authorization, and accounting management for network users.
RADIUS authentication is a networking protocol that
-
provides centralized authentication, authorization, and accounting (AAA) management for users who connect and use a network service,
-
requires configuration of user attributes using the
cisco-av-pairattribute on RADIUS servers by the APIC administrator, and -
assigns network-operator as the default user role.
Configuration requirements
To configure users on RADIUS servers, the APIC administrator must configure the required attributes (shell:domains) using the cisco-av-pair attribute.
The SNMPv3 authentication protocol options are SHA and MD5. The privacy protocol options are AES-128 and DES. If these options are not specified in the cisco-av-pair attribute, MD5 and DES are the default authentication protocols.
SNMPv3 configuration examples
SNMPv3 authentication and privacy protocol attributes can be specified as follows:
snmpv3:auth=SHA priv=AES-128
Similarly, the list of domains would be as follows:
shell:domains="domainA domainB …"