Operation Manual – Management VLAN
Quidway S3100 Series Ethernet Switches
Chapter 2 DHCP/BOOTP Client Configuration
Huawei Technologies Proprietary
2-5
2.3.3 Configuration Example
I. Network requirements
To manage the switch QuidwayA remotely, which operates as a DHCP client, through
Telnet, The following are required:
z
QuidwayA has an IP address that is obtained through DHCP
z
The route between QuidwayA and the remote console is reachable
To achieve this, you need to perform the following configuration for the switch:
z
Configuring the management VLAN interface to obtain an IP address through
DHCP
z
Configuring a default route
II. Configuration procedures
# Enter system view.
<QuidwayA> system-view
# Create VLAN 10 and configure VLAN 10 to be the management VLAN.
[QuidwayA] vlan 10
[QuidwayA-vlan10] quit
[QuidwayA] management-vlan 10
# Create VLAN 10 interface and enter VLAN interface view.
[QuidwayA] interface vlan-interface 10
# Configure the management VLAN interface to obtain an IP address through DHCP.
[QuidwayA-Vlan-interface10] ip address dhcp-alloc
[QuidwayA-Vlan-interface10] quit
# Configure a default route.
[QuidwayA] ip route-static 0.0.0.0 0.0.0.0 1.1.1.2