2024年5月21日发(作者:房绿蓉)
WX3510H配置步骤
1.创建VLAN和IP地址。
vlan 502
description yewu
#
vlan 1003
description guanli
##
interface Vlan-interface502
ip address 10.0.102.253 255.255.255.0
#
interface Vlan-interface1003
ip address 172.31.3.253 255.255.255.0
#
2.开启dhcp功能,创建dhcp服务。
#
dhcp enable
#
dhcp server ip-pool 502
gateway-list 10.0.102.253
network 10.0.102.0 mask 255.255.255.0
expired day 2
#
dhcp server ip-pool 1003
gateway-list 172.31.3.253
network 172.31.3.0 mask 255.255.255.0
2024年5月21日发(作者:房绿蓉)
WX3510H配置步骤
1.创建VLAN和IP地址。
vlan 502
description yewu
#
vlan 1003
description guanli
##
interface Vlan-interface502
ip address 10.0.102.253 255.255.255.0
#
interface Vlan-interface1003
ip address 172.31.3.253 255.255.255.0
#
2.开启dhcp功能,创建dhcp服务。
#
dhcp enable
#
dhcp server ip-pool 502
gateway-list 10.0.102.253
network 10.0.102.0 mask 255.255.255.0
expired day 2
#
dhcp server ip-pool 1003
gateway-list 172.31.3.253
network 172.31.3.0 mask 255.255.255.0