Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The set system inband vlan-interface command sets a specified L3 VLAN interface in the default VRF as the inband management port.


Command Syntax

set system inband vlan-interface <vlan-interface>


Parameter

Parameter

Description

vlan-interface <vlan-interface>

Specifies a L3 VLAN interface in the default VRF as the inband management port. The value is a string.


Usage Guidelines

By default, the user cannot remotely log in and manage the switch through the L3 VLAN interface.

Use set system inband enable true command to enable theinband management function for all the L3 VLAN interfaces in the default VRF. Use set system inband vlan-interface <vlan-interface> command to set a specified L3 VLAN interface in the default VRF as the inband management port. The L3 VLAN interface with the inband management function enabled can transmit both management traffic and data plane traffic.

The above two commands are independent as the configuration of one does not affect the other.

Example 1:

Code Block
admin@Xorplus# set system inband enable true
admin@Xorplus# set system inband vlan-interface vlan100

The above configurations enabletheinband management of all the L3 VLAN interface in the default VRF.

Example 2:

Code Block
admin@Xorplus# set system inband enable false
admin@Xorplus# set system inband vlan-interface vlan100

The above configurationsenable theinband management of the L3 VLAN interface vlan100 in the default VRF.

NOTE:

  •   Only the L3 VLAN interface in the default VRF can be set as the inband management port. If a VLAN interface has been set as an inband management port, it cannot be bound to other user-defined VRFs.
  •   A maximum of four L3 VLAN interfaces in the default VRF can be set as the inband management ports.


Example

  •   Enable the inband management function of the L3 VLAN interface vlan100.
Code Block
admin@Xorplus# set system inband vlan-interface vlan100
admin@Xorplus# commit