Connectivity Guide

Table Of Contents
network
Configures a range of IPv4 or IPv6 addresses in the address pool.
Syntax
network address/mask
Parameters address/mask Enter a range of IP addresses and subnet mask in A.B.C.D/x or A::B/x format.
Default Not configured
Command Mode DHCP-POOL
Usage
Information
Use this command to configure a range of IPv4 or IPv6 addresses.
Example
OS10(config-dhcp-Dell)# network 20.1.1.1/24
Supported
Releases
10.2.0E or later
pool
Creates an IP address pool name.
Syntax
pool pool-name
Parameters pool-name Enter the DHCP server pool name.
Default Not configured
Command Mode CONFIGURATION
Usage
Information
Use this command to create an IP address pool name.
Example
OS10(conf-dhcp)# pool Dell
OS10(conf-dhcp-Dell)#
Supported
Releases
10.2.0E or later
range
Configures a range of IP addresses.
Syntax
range {ip-address1 [ip-address2]}
Parameters
ip-address1First IP address of the IP address range.
ip-address2Last IP address of the IP address range.
Default Not configured
Command Mode DHCP-POOL
Usage
Information
This command is used to configure a range of IP addresses that the OS10 switch, acting as the DHCP
server, can assign to DHCP clients. The no version of this command requires only the first IP address to
remove the range configuration.
Example
OS10(config)# OS10(config)# ip dhcp server
OS10(config-dhcp)# pool pool1
OS10(config-dhcp-pool1)# network 192.168.10.0/24
OS10(config-dhcp-pool1)# range 192.168.10.2 192.168.10.8
System management 135