interface Ethernet1/0/3
port access vlan 110
am user-bind mac-addr 0019-db2a-12b9 ip-addr 10.104.93.101
am user-bind mac-addr 001b-b9db-13e4 ip-addr 10.104.93.107
am user-bind mac-addr 0019-21a0-def5 ip-addr 10.104.93.159 (V3的命令)
interface GigabitEthernet1/0/5
port access vlan 500
ip verify source ip-address mac-address
ip source binding ip-address 65.20.1.12 mac-address 6c92-bf06-ba25 (v7的命令)
ip source binding ip-address 65.20.1.13 mac-address 6c00-bf96-ba85(v7的命令)
(5口如果接傻瓜交换机,只能允许65.20.1.12和65.20.1.13这里两个地址上网)
请问这个V3和V5的命令是对应的吗。
interface Ethernet1/0/3
port access vlan 110
am user-bind mac-addr 0019-db2a-12b9 ip-addr 10.104.93.101
am user-bind mac-addr 001b-b9db-13e4 ip-addr 10.104.93.107
am user-bind mac-addr 0019-21a0-def5 ip-addr 10.104.93.159 (V3的命令)
interface GigabitEthernet1/0/5
port access vlan 500
ip verify source ip-address mac-address
ip source binding ip-address 65.20.1.12 mac-address 6c92-bf06-ba25 (v7的命令)
ip source binding ip-address 65.20.1.13 mac-address 6c00-bf96-ba85(v7的命令)
(5口如果接傻瓜交换机,只能允许65.20.1.12和65.20.1.13这里两个地址上网)
请问这个V3和V5的命令是对应的吗。
(0)
最佳答案
V5:
IP+MAC方法一:
在全局模式使用arp static方式进行绑定,命令如下:
arp static 1.1.1.1 0023-24a1-0605
IP+MAC方法二:
进入接口使用arp filter方式进行绑定,命令如下:
int Ethernet 1/0/1
arp filter binding 1.1.1.1 0023-24a1-0605
IP+MAC方法三:
进入接口使用动态绑定表项的方式进行绑定,命令如下:
int Ethernet 1/0/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
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论