282 Appendix
WAGO-ETHERNET-Zubehör 852
852-1305 8/4-Port 100BASE-T/1000BASE-SX/LX
Manual
1.1.0
10.3.4.2 Server Screening
Table 142: CLI “Server Screening” Configuration
Node
Command
Description
enable
show dhcp-snooping
server
This command displays the IP address of the valid
DHCP server.
configure
dhcp-snooping server
IPADDR
This command configures the IP address of a valid
DHCP server.
configure
no dhcp-snooping server
IPADDR
This command deletes the IP address of a valid
DHCP server.
10.3.4.3 Binding Table
Table 143: CLI “Binding Table” Configuration
Node
Command
Description
enable
show dhcp-snooping
binding
This command displays the current “DHCP
Snooping” binding table.
configure
dhcp-snooping binding
mac MAC_ADDR ip
IP_ADDR vlan VLANID
port PORT_NO
This command configures a static host into the
“DHCP Snooping” binding table.
configure
no dhcp-snooping binding
mac MACADDR
This command deletes a static host from the “DHCP
Snooping” binding table.
Example
L2SWITCH#
configure terminal
L2SWITCH(config)#
dhcp-snooping binding mac 00:11:22:33:44:55 ip 1.1.1.1
vlan 1 port 2
L2SWITCH(config)#
no dhcp-snooping binding mac 00:11:22:33:44:55
L2SWITCH#
show dhcp-snooping binding