RADIUS Server Group
Location in GUI: Objects » AAA Server » RADIUS Server Group
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| radius_server_groups | List | [radius_server_groups] | No |
radius_server_groups (fmc.domains.objects)
Section titled “radius_server_groups (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| radius_servers | List | [radius_servers] | Yes | |
| ad_realm | String | No | ||
| authorize_only | Boolean | true, false | No | false |
| description | String | max: 255 | No | |
| dynamic_authorization_port | Integer | min: 1024, max: 65535 | No | |
| group_accounting_mode | Choice | SINGLE, MULTIPLE | No | SINGLE |
| interim_account_update_interval | Integer | min: 1, max: 120 | No | |
| merge_downloadable_access_list_order | Choice | MERGE_DACL_BEFORE_AV_PAIR_ACL, MERGE_DACL_AFTER_AV_PAIR_ACL | No | |
| retry_interval | Integer | min: 1, max: 10 | No | 10 |
radius_servers (fmc.domains.objects.radius_server_groups)
Section titled “radius_servers (fmc.domains.objects.radius_server_groups)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| hostname | String | Yes | ||
| key | String | Yes | ||
| accounting_port | Integer | min: 1, max: 65535 | No | 1813 |
| authentication_port | Integer | min: 1, max: 65535 | No | 1812 |
| interface | String | No | ||
| message_authenticator | Boolean | true, false | No | true |
| redirect_access_list | String | No | ||
| timeout | Integer | min: 1, max: 300 | No | 10 |
| use_routing_to_select_interface | Boolean | true, false | No | true |
Examples
Section titled “Examples”Pre-requisites
fmc: domains: - name: Global objects: security_zones: - name: MySecurityZoneName1 interface_groups: - name: MyInterfaceGroupName1RADIUS Server Group
fmc: domains: - name: Global objects: radius_server_groups: - name: MyRadiusServerGroupName1 description: "Radius Server Group Description 1" dynamic_authorization_port: 1700 radius_servers: - hostname: "radius1.example.com" key: SecretKey1 - hostname: "radius2.example.com" key: SecretKey2 interface: MySecurityZoneName1 - hostname: "radius3.example.com" key: SecretKey3 interface: MyInterfaceGroupName1