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:
|
Example
- Enable the inband management function of the L3 VLAN interface vlan100.
admin@Xorplus# set system inband vlan-interface vlan100 admin@Xorplus# commit