在很多实际生产环境下需要IP地址和mac地址绑定但是交换机方面的资料少之又少根本就找不到接下来就由我来教大家如何实现dcn交换机的IP和mac绑定
代码:
SW_L2-3(config)#am enable
SW_L2-3(config)#interface ethernet 1/0/25
SW_L2-3(config-if-ethernet1/0/25)#am port
SW_L2-3(config-if-ethernet1/0/25)#am mac-ip-pool 要绑的mac地址 +空格 +IP地址
绑定IP地址区间:
SW_L2-3(config)#am enable
SW_L2-3(config)#interface ethernet 1/0/2
SW_L2-3(config-if-ethernet1/0/2)#am port
SW_L2-3(config-if-ethernet1/0/2)#am ip-pool 10.10.10.10 2 //绑定10.10.10.10开始的两个地址