Configuration procedure – H3C Technologies H3C WX3000E Series Wireless Switches User Manual

Page 49

Advertising
background image

38

Figure 17 DHCP network diagram

Configuration procedure

1.

Specify IP addresses for VLAN interfaces (omitted).

2.

Configure the DHCP server

# Enable DHCP.

<SwitchA> system-view

[SwitchA] dhcp enable

# Exclude IP addresses (addresses of the DNS server, WINS server and gateways).

[SwitchA] dhcp server forbidden-ip 10.1.1.2

[SwitchA] dhcp server forbidden-ip 10.1.1.4

[SwitchA] dhcp server forbidden-ip 10.1.1.126

[SwitchA] dhcp server forbidden-ip 10.1.1.254

# Configure DHCP address pool 0 (subnet, client domain name suffix, and DNS server address).

[SwitchA] dhcp server ip-pool 0

[SwitchA-dhcp-pool-0] network 10.1.1.0 mask 255.255.255.0

[SwitchA-dhcp-pool-0] domain-name aabbcc.com

[SwitchA-dhcp-pool-0] dns-list 10.1.1.2

[SwitchA-dhcp-pool-0] quit

# Configure DHCP address pool 1 (subnet, gateway, lease duration, and WINS server).

[SwitchA] dhcp server ip-pool 1

[SwitchA-dhcp-pool-1] network 10.1.1.0 mask 255.255.255.128

[SwitchA-dhcp-pool-1] gateway-list 10.1.1.126

[SwitchA-dhcp-pool-1] expired day 10 hour 12

[SwitchA-dhcp-pool-1] nbns-list 10.1.1.4

[SwitchA-dhcp-pool-1] quit

# Configure DHCP address pool 2 (subnet, gateway, and lease duration).

[SwitchA] dhcp server ip-pool 2

[SwitchA-dhcp-pool-2] network 10.1.1.128 mask 255.255.255.128

[SwitchA-dhcp-pool-2] expired day 5

[SwitchA-dhcp-pool-2] gateway-list 10.1.1.254

3.

Verification

WINS server

10.1.1.4/25

Client

Switch B

Client

DNS server

10.1.1.2/25

Switch A

DHCP server

Vlan-int2
10.1.1.129/25

Vlan-int1

10.1.1.1/25

Client

Client

Client

Client

Vlan-int1

Gateway B

Gateway A

10.1.1.126/25

10.1.1.254/25

Advertising