H3C-交换机端口绑定
Posted PingY
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了H3C-交换机端口绑定相关的知识,希望对你有一定的参考价值。
1.端口和MAC地址绑定:
(1)使用am命令:[switch]am user-bind mac-address 00e0-fc23-f8d3 interface Ehternet 0/1
(2)使用mac-address命令:[switch]mac-address static 00e0-fc23-f8d3 interface Ethernet 0/1 vlan 1
[switch]mac-address max-mac-count 1
2.IP和MAC地址绑定:
(1)使用am命令:[switch]am user-bind ip-address 10.1.1.1 mac-address 00e0-fc23-f8d3
(2)使用arp static命令:[switch]arp static 10.1.1.1 00e0-fc23-f8d3
3.端口,IP和MAC绑定:
[switch]am user-bind ip-address 10.1.1.1 mac-address 00e0-fc23-f8d3 interface Ethernet 0/1
以上是关于H3C-交换机端口绑定的主要内容,如果未能解决你的问题,请参考以下文章