MES3000 Ethernet switch series 197
Displays DHCP server configuration.
show ip dhcp
excluded-addresses
Displays the IP addresses which will not be assigned to DHCP
clients by the DHCP server.
show ip dhcp pool host
[ip_address | name]
Displays configuration for static addresses of the DHCP server:
- ip_address—client IP address;
- name—name of the DHCP address pool.
show ip dhcp pool network
[name]
Displays configuration for the DHCP address pool of the DHCP
server:
- name—name of the DHCP address pool.
show ip dhcp binding
[ip_address ]
Displays the IP addresses which are bound to the client physical
addresses as well as lease period, assignment method, and
status of the IP addresses.
show ip dhcp server
statistics
Displays statistics of the DHCP server.
Example of Commands Execution
Configure the test DHCP pool and specify the following for a DHCP client: test.ru—domain
name, 192.168.45.1—default gateway, and 192.168.45.112—DNS server.
console#
console# configure
console(config)# ip dhcp pool network test
console(config-dhcp)# address 192.168.45.0 255.255.255.0
console(config-dhcp)# domain-name test.ru
console(config-dhcp)# dns-server 192.168.45.112
console(config-dhcp)# default-router 192.168.45.1
5.29 ACL Configuration (Access Control Lists)
ACL (Access Control List) is a table which defines filtration rules for incoming traffic based on IP and
MAC addresses sent in packets of protocols and TCP/UPD ports.
ACLs for IPv6, IPv4 and MAC addresses should have different names.
IPv6 and IPv4 lists can be used simultaneously in one physical interface. A MAC-based ACL
can not be used at the same time with IPv6 and IPv4 lists. Two lists of the same time can
not be used for the same interface.
The global configuration mode has commands which can be used to create and modify ACLs.
Global Configuration Mode Commands
Command line in the global configuration mode appears as follows:
console (config)#
Table 5.242 ACL creation and modification commands
ip access-list extended
access-list
access list:(1...32)
characters
Creates a new advanced IPv4 ACL and enters its configuration
mode (if the list has not been created yet) or the configuration
mode of a previously created list.
no ip access-list extended
access-list