Skip to content

RADIUS Server Group

Location in GUI: Objects » AAA Server » RADIUS Server Group

Diagram
NameTypeConstraintMandatoryDefault Value
radius_server_groupsList[radius_server_groups]No

radius_server_groups (fmc.domains.objects)

Section titled “radius_server_groups (fmc.domains.objects)”
NameTypeConstraintMandatoryDefault Value
nameStringYes
radius_serversList[radius_servers]Yes
ad_realmStringNo
authorize_onlyBooleantrue, falseNofalse
descriptionStringmax: 255No
dynamic_authorization_portIntegermin: 1024, max: 65535No
group_accounting_modeChoiceSINGLE, MULTIPLENoSINGLE
interim_account_update_intervalIntegermin: 1, max: 120No
merge_downloadable_access_list_orderChoiceMERGE_DACL_BEFORE_AV_PAIR_ACL, MERGE_DACL_AFTER_AV_PAIR_ACLNo
retry_intervalIntegermin: 1, max: 10No10

radius_servers (fmc.domains.objects.radius_server_groups)

Section titled “radius_servers (fmc.domains.objects.radius_server_groups)”
NameTypeConstraintMandatoryDefault Value
hostnameStringYes
keyStringYes
accounting_portIntegermin: 1, max: 65535No1813
authentication_portIntegermin: 1, max: 65535No1812
interfaceStringNo
message_authenticatorBooleantrue, falseNotrue
redirect_access_listStringNo
timeoutIntegermin: 1, max: 300No10
use_routing_to_select_interfaceBooleantrue, falseNotrue

Pre-requisites

fmc:
domains:
- name: Global
objects:
security_zones:
- name: MySecurityZoneName1
interface_groups:
- name: MyInterfaceGroupName1

RADIUS 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