Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »


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 the inband 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:

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

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

Example 2:

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

The above configurations enable the inband 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.
admin@Xorplus# set system inband vlan-interface vlan100
admin@Xorplus# commit
  • No labels