Users Guide

Table Of Contents
range
Configures a range of IP addresses.
Syntax
range {ip-address1 [ip-address2]}
Parameters
ip-address1 First IP address of the IP address range.
ip-address2 Last IP address of the IP address range.
Default Not configured
Command Mode DHCP-POOL
Usage
Information
Use the range command 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
Supported
Releases
10.4.1 or later
show ip dhcp binding
Displays the DHCP binding table with IPv4 addresses.
Syntax
show ip dhcp binding
Parameters None
Default Not configured
Command Mode EXEC
Usage
Information
After configuring a static IP-to-MAC address mapping with the host and hardware-address
commands in DHCP POOL mode, use this command to verify the single manual binding for a host in
the DHCP binding table.
Example
OS10# show ip dhcp binding
IP Address Hardware address Lease expiration Hostname
+-----------------------------------------------------
11.1.1.254 00:00:12:12:12:12 Jan 27 2016 06:23:45
Total Number of Entries in the Table = 1
Supported
Releases
10.2.0E or later
DHCP snooping commands
arp inspection
Enables Dynamic ARP Inspection (DAI) on a VLAN.
Syntax
arp inspection
Parameters None
Defaults Disabled
Command Mode INTERFACE VLAN
System management 323