/
set system aaa radius vrf

set system aaa radius vrf


The set system aaa radius vrf command configures the VRF where to run the AAA RADIUS protocol.


Command Syntax

set system aaa radius vrf <mgmt-vrf | default>


Parameter

Parameter

Description

vrf <mgmt-vrf | default>

Optional. Specifies the VRF where to run the AAA RADIUS protocol. The value could be mgmt-vrf or default.

  •  mgmt-vrf: specifies the management VRF to run the AAA RADIUS protocol.
  •  default: specifies the default VRF to run the AAA RADIUS protocol.

The default value is default, indicating that AAA RADIUS protocol runs in the default VRF if not explicitly bound to any VRF.


Usage Guidelines

AAA RADIUS protocol runs in the default VRF by default, and supports to be configured in the management VRF. The corresponding AAA server is required to be route reachable in the VRF running AAA RADIUS protocol.

Note: The latest configuration overrides the previous one.


Example

  • Configure the AAA RADIUS protocol to run in the management VRF.
admin@Xorplus# set system aaa radius vrf mgmt-vrf
admin@Xorplus# commit


Copyright © 2025 Pica8 Inc. All Rights Reserved.