JetStream  52-Port Gigabit Stackable L3 Managed Switch  CLI Guide 
 
Chapter 13  Binding Table Commands 
You can bind the IP address, MAC address, VLAN and the connected Port number of the Host 
together, which can be the condition for the ARP Inspection to filter the packets. 
13.1  ip source binding 
Description 
The ip source binding command is used to bind the IP address, MAC address, 
VLAN ID and the Port number together manually.
  You can manually bind the 
IP address, MAC address, VLAN ID and the Port number together in the 
condition that you have got the related information of the Hosts in the LAN. 
To delete the IP-MAC–VID-PORT entry from the binding table, please use no 
ip source binding index command. 
Syntax 
ip source binding 
sip
 
mac
  vlan 
vlan-id
  interface  {  gigabitEthernet 
port
  | 
ten-gigabitEthernet 
port 
} 
no ip source binding 
mac
 
Parameter 
sip
—— The IP address of the Host. 
mac 
—— The MAC address of the Host. 
vlan-id
 ——The VLAN ID needed to be bound, ranging from 1 to 4093.   
port
 —— The number of port connected to the Host. 
Command Mode 
Global Configuration Mode 
Example 
Bind an entry with the IP 192.168.0.1, MAC 00:00:00:00:00:01, VLAN ID 2 and 
the Port number 1/0/5 manually: 
T3700G-52TQ(config)#ip source binding 192.168.0.1 00:00:00:00:00:01 
vlan 2 interface gigabitEthernet 1/0/5 
Delete the IP-MAC–VID-PORT entry with the IP 192.168.0.1, MAC 
00:00:00:00:00:01, VLAN ID 2 and the Port number 1/0/5: 
77