The bind command binds a user to the specified IP and MAC addresses.
The undo bind command unbinds a user from the specified IP and MAC addresses.
bind { ipv4 ipv4-address | mac mac-address | ipv4 ipv4-address mac mac-address }
undo bind { all | ipv4 ipv4-address | mac mac-address | ipv4 ipv4-address mac mac-address }
| Parameter | Description | Value |
|---|---|---|
| ipv4 ipv4-address | Specifies the IP address bound to a user. | The value is in dotted decimal notation. |
| mac mac-address | Specifies the MAC address bound to a user. | The value is in the H-H-H format in which H represents four hexadecimal digits. |
| ipv4 ipv4-address mac mac-address | Specifies the IP and MAC addresses bound to a user. | The IP address is in dotted decimal notation, and the MAC address is in the H-H-H format in which H represents four hexadecimal digits. |
| all | Unbinds a user from all IP or MAC addresses. | - |