...
DHCP can be enable or disable on this vlan-this VLAN interface as dhcp client. The vlan-The VLAN interface will get ip address by DHCP server if dhcp DHCP is enable on this vlan-VLAN interface.
Command Syntax
set set l3-interface vlan-interface interface <interface-name> dhcp <boolean>
Parameter
•<interface-name> Vlan interface name is defined.
•<boolean> enable or disable dhcp on vlan-interface as client. The value include:
- true Enable dhcp DHCP client on this vlan interface.
- False Default configuration. Disable dhcp Disable DHCP client on this vlan VLAN interface.
Example•
- This example manually enables
...
- DHCP on the
...
- VLAN interface.
Code Block |
---|
admin@XorPlus#set vlanl3-interface vlan-interface vlan2 dhcp true admin@XorPlus# commit |