/
set system aaa tacacs-plus vrf

set system aaa tacacs-plus vrf


The set system aaa tacacs-plus vrf command configures the VRF where to run the AAA TACACS+ protocol.


Command Syntax

set system tacacs-plus radius vrf <mgmt-vrf | default>


Parameter

Parameter

Description

vrf <mgmt-vrf | default>

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

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

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


Usage Guidelines

AAA TACACS+ 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 TACACS+ protocol.

Note: The latest configuration overrides the previous one.


Example

  • Configure the AAA TACACS+ 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.