IP MAC方法一:
在全局模式使用arp static方式進行綁定,命令如下:
arp static 1.1.1.1 0023-24a1-0605
IP MAC方法二:
進入接口使用arp filter方式進行綁定,命令如下:
interface Smartrate-Ethernet 1/1/1
arp filter binding 1.1.1.1 0023-24a1-0605
IP MAC方法三:
進入接口使用動態綁定表項的方式進行綁定,命令如下:
interface Smartrate-Ethernet 1/1/1
ip source binding ip-address 1.1.1.1 mac-address 0023-24a1-0605
ip verify source ip-address mac-address
也可在係統模式下使用動態綁定表項的方式進行綁定,命令如下:
ip source binding ip-address 1.1.1.1 mac-address 0023-24a1-0605
暫無評論