AAA Servers
Location in GUI:
Design
» Network Settings
» Servers
Diagram
Classes
network_settings (catalyst_center)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
aaa_servers | List | [aaa_servers] | No |
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)
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 | Yes |
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 | Yes |
Examples
catalyst_center:
network_settings:
aaa_servers:
- name: AAA_Settings
network_aaa:
server_type: ISE
protocol: RADIUS
primary_ip: 198.18.133.27
shared_secret: C1sco12345
client_and_endpoint_aaa:
server_type: ISE
protocol: RADIUS
primary_ip: 198.18.133.27
shared_secret: C1sco12345
Example of Assigning AAA Servers to Site:
catalyst_center:
sites:
areas:
- name: Krakow
parent_name: Global/Poland
network_settings:
aaa_servers: AAA_Settings