74
CHAPTER 3
INTRODUCTION TO CLI
Show:
< show ip arp
# show ip arp
Clear:
# clear ip arp
3.9.21.6 (config)# ip dhcp excluded-address
Syntax:
(config)# ip dhcp excluded-address <low_ip> [ <high_ip> ]
Parameters:
<low_ip> [ <high_ip> ]: Specify the IP address range that will not be used for DHCP IP assignment.
Explanation:
Configure IP addresses that are not used for DHCP IP allocation.
Example:
Exclude IP address 1.2.3.4 to 1.2.3.10 from DHCP IP allocation pool..
Negation:
(config)# no ip dhcp excluded-address <low_ip> [ <high_ip> ]
Show:
# show ip dhcp excluded-address
3.9.21.7 (config)# ip dhcp pool
Syntax:
(config)# ip dhcp pool <pool_name>
Parameters:
<pool_name>: Specify the DHCP pool name in 32 characters.
Explanation:
Configure the pool name for DHCP IP addresses.
Negation:
(config)# no ip dhcp pool <pool_name>
Show:
# show ip dhcp pool
3.9.21.8 (config)# ip dhcp relay
Syntax:
(config)# ip dhcp relay
# config t
(config)# ip dhcp excluded-address 1.2.3.4 1.2.3.10
(config)# exit
# show ip dhcp excluded-address
Low Address High Address
--------------- ---------------
01 1.2.3.4 1.2.3.10
#
Содержание MSW-4424C Series
Страница 1: ...1 MSW 4424C MSW 4424CS L2 Gigabit Carrier Ethernet Switch ...
Страница 382: ......