赞
踩
为交换机下联的PC进行IP、MAC绑定配置,交换机端口 1/1进行IP绑定,端口 1/2进行IP、MAC绑定。
#全局打开AM功能
Switch(config)#am enable
#端口 1/1开启AM功能,绑定IP
Switch(config)#interface ethernet 1/1
Switch(config-If-Ethernet 1/1)#am port
Switch(config-If-Ethernet 1/1)#am ip-pool 1.1.1.2 2
Switch(config-If-Ethernet 1/1)#exit
#端口 1/2开户AM功能,绑定IP、MAC
Switch(config)#interface ethernet 1/2
Switch(config-If-Ethernet 1/2)#am port
Switch(config-If-Ethernet 1/2)#am mac-ip-pool 00-44-44-44-44-44 1.1.1.4
Switch(config-If-Ethernet 1/2)#exit
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。