AAA Servers
Location in GUI: Design
» Network Settings
» Servers
Diagram
Section titled “Diagram”Classes
Section titled “Classes”network_settings (catalyst_center)
Section titled “network_settings (catalyst_center)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
aaa_servers | List | [aaa_servers] | No |
aaa_servers (catalyst_center.network_settings)
Section titled “aaa_servers (catalyst_center.network_settings)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
client_and_endpoint_aaa | Class | [client_and_endpoint_aaa] | No | |
network_aaa | Class | [network_aaa] | No |
client_and_endpoint_aaa (catalyst_center.network_settings.aaa_servers)
Section titled “client_and_endpoint_aaa (catalyst_center.network_settings.aaa_servers)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
server_type | Choice | ISE , AAA | Yes | |
protocol | Choice | TACACS , RADIUS | Yes | |
primary_ip | IP | No | ||
secondary_ip | IP | No | ||
pan | IP | No | ||
shared_secret | String | No |
network_aaa (catalyst_center.network_settings.aaa_servers)
Section titled “network_aaa (catalyst_center.network_settings.aaa_servers)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
server_type | Choice | ISE , AAA | Yes | |
protocol | Choice | TACACS , RADIUS | Yes | |
primary_ip | IP | No | ||
secondary_ip | IP | No | ||
pan | IP | No | ||
shared_secret | String | No |
Examples
Section titled “Examples”catalyst_center: network_settings: aaa_servers: - name: AAA_Settings network_aaa: server_type: ISE protocol: RADIUS primary_ip: 198.18.133.27 client_and_endpoint_aaa: server_type: ISE protocol: RADIUS primary_ip: 198.18.133.27
Example of Assigning AAA Servers to Site:
catalyst_center: sites: areas: - name: Krakow parent_name: Global/Poland network_settings: aaa_servers: AAA_Settings