
sysname R1
#
dhcp enable
#
ip pool dhcpfwq
gateway-list 192.168.1.1
network 192.168.1.0 mask 255.255.255.0
dns-list 114.114.114.114 8.8.8.8
interface Ethernet0/0/0
ip address 192.168.1.1 255.255.255.0
dhcp select global
转载于:https://blog.51cto.com/jschinamobile/1832174