Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

The set system syslog vrf command configures the VRF where to run the syslog service.


Command Syntax

set system syslog vrf <mgmt-vrf | default>


Parameter

Parameter

Description

vrf <mgmt-vrf | default>

Optional. Specifies the VRF where to run the syslog service. The value could be mgmt-vrf or default.

  •  mgmt-vrf: specifies the management VRF to run the syslog service.
  •  default: specifies the default VRF to run the syslog service.

The default value is default, indicating that syslog service runs in the default VRF if not explicitly bound to any VRF.


Usage Guidelines

Syslog service runs in the default VRF by default, and supports to be configured in the management VRF. The corresponding syslog server is required to be route reachable in the VRF running syslog service.

Note: The latest configuration overrides the previous one.


Example

  • Configure the syslog service to run in the management VRF.
admin@Xorplus# set system syslog vrf mgmt-vrf
admin@Xorplus# commit


  • No labels