Network - H3C S3100 Series Command Manual

Hide thumbs Also See for S3100 Series:
Table of Contents

Advertisement

By default, no NetBIOS node type is specified in a DHCP global address pool for the DHCP client. After
the WINS server IP address is configured for the client in the DHCP global address pool, the client uses
the hybrid node (h-node).
Related commands: dhcp server ip-pool, dhcp server netbios-type, nbns-list.
Examples
# Enter system view.
<Sysname> system-view
System View: return to User View with Ctrl+Z.
# Specify b-node as the NetBIOS node type in the DHCP global address pool 0 for the clients.
[Sysname] dhcp server ip-pool 0
[Sysname-dhcp-pool-0] netbios-type b-node

network

Syntax
network network-address [ mask mask ]
undo network
View
DHCP address pool view
Parameters
network-address: IP address of a network segment, used to specify an IP address range.
mask mask: Specifies a subnet mask in dotted decimal notation, in the form of x.x.x.x. When no mask is
provided, the default natural mask is used.
Description
Use the network command to configure a dynamically assigned IP address range in the DHCP global
address pool.
Use the undo network command to remove a dynamically assigned IP address range.
By default, no such IP address range is configured for a DHCP global address pool.
Note that you can configure only one such IP address range for a DHCP global address pool. If you
execute the network command repeatedly, the new configuration overwrites the previous one.
Related commands: dhcp server ip-pool, dhcp server forbidden-ip.
Examples
# Enter system view.
<Sysname> system-view
System View: return to User View with Ctrl+Z.
# Configure the dynamically assigned IP address range 192.168.8.0/24 for the DHCP global address
pool 0.
[Sysname] dhcp server ip-pool 0
[Sysname-dhcp-pool-0] network 192.168.8.0 mask 255.255.255.0
1-31

Advertisement

Table of Contents
loading

Table of Contents