/
set protocols dot1x aaa vrf

set protocols dot1x aaa vrf


The set protocols dot1x aaa vrf command configures the VRF where to run the 802.1X protocols.


Command Syntax

set protocols dot1x aaa vrf <mgmt-vrf | default>


Parameter

Parameter

Description

vrf <mgmt-vrf | default>

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

  •   mgmt-vrf: specifies the management VRF to run the 802.1X protocol.
  •   default: specifies the default VRF to run the 802.1X protocol.

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


Usage Guidelines

802.1X 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 802.1X protocol.

Using this command to modify the VRF where to run the 802.1X service does not affect users who are currently authenticated successfully and online, it will only affect users who need to do DOT1X authentication later.

Note: The latest configuration overrides the previous one.


Example

  • Configure the 802.1X protocols to run in the user-defined management VRF.
admin@Xorplus# set protocols dot1x aaa vrf mgmt-vrf
admin@Xorplus# commit


Copyright © 2025 Pica8 Inc. All Rights Reserved.