Command Manual (For Soliton) – DHCP
H3C S3100 Series Ethernet Switches
Chapter 1 DHCP Snooping Configuration Commands
1-12
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] interface Ethernet 1/0/11
[Sysname-Ethernet1/0/11] ip check source ip-address
1.1.14 ip source static binding
Syntax
ip source static binding ip-address ip-address
[
mac-address mac-address
]
undo ip source static binding ip-address ip-address
View
Ethernet port view
Parameters
ip-address ip-address
: Specifies the IP address to be statically bound.
mac-address mac-address
: Specifies the MAC address to be statically bound.
Description
Use the
ip source static binding ip-address
command to configure the static binding
among source IP address, source MAC address, and the port number so as to
generate static binding entries.
Use the
undo ip source static binding ip-address
command to remove the static
binding among source IP address, source MAC address, and the port.
By default, no binding among source IP address, source MAC address, and the port
number is configured.
To create a static binding after IP filtering is enabled with the
mac-address
keyword
included on a port, the
mac-address
argument must be specified; otherwise, the
packets sent from this IP address cannot pass the IP filtering.
Related commands:
ip check source ip-address
.
Examples
# Configure static binding among source IP address 1.1.1.1, source MAC address
0015-e20f-0101, and Ethernet 1/0/3.
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] interface Ethernet 1/0/3
[Sysname-Ethernet1/0/3] ip source static binding ip-address 1.1.1.1
mac-address 0015-e20f-0101