Binding, Sip/smac binding commands – Interlogix NS2503-24P/2C User Manual User Manual
Page 179

NS2503-24P/2C User Manual
179
Binding
Let device that has specific IP address and MAC address can use network. We can set specific IP address, MAC address,
VLAN id and port id to bind, and device can cross switch if all conditions match.
SIP/SMAC binding commands
bind
Description:
Enable binding function.
no bind
Description:
Disable binding function.
no bind
Description:
Delete Binding group.
Syntax:
no bind
<1-220>
Parameters:
<1-220> specifies the group id.
e.g. no bind 1
show bind
Description:
Show Binding group information.
Syntax:
show bind [<1-220>]
Parameters:
<1-220> specifies the group id, null means all valid groups.
e.g. show bind 1
bind add
Description:
Add Binding group.
Syntax:
bind add <1-220> A:B:C:D:E:F <0-4094> A.B.C.D <1-10>
Parameters:
<1-220> specifies the group id.
A.B.C.D specifies the MAC address.
<0-4094> specifies the VLAN id. 0 means don't care.
A.B.C.D specifies the Source IP address. 0.0.0.0 means don't care.
A.B.C.D specifies the IP Address.
<1-10> specifies the Port id.
e.g.
Switch(config)# bind add 1 00:11:22:33:44:55 0 192.168.1.1 1
This Binding rule will permit all packet cross switch from device’s IP is 192.168.1.1 and MAC is 00:11:22:33:44:55 and this
device connect to switch port id=1.