锐捷交换机怎么配置MAC地址静态绑定?

锐捷交换机怎么配置MAC地址静态绑定?
导语
在全局配置模式下,通过mac-address-table static mac-address vlan vlan-id interface interface-type interface-number命令手工配置静态MAC地址表项,将用户MAC地址与设备端口绑定
要点
- 锐捷交换机MAC地址静态绑定怎么配置
- 在全局配置模式下,通过mac-address-table static mac-address vlan vlan-id interface interface
- # 配置一条静态MAC地址表项,目的MAC地址为00e1-00e2-00e3,出接口为VLAN 2内的GigabitEthernet 0/1
- Hostname>

锐捷交换机MAC地址静态绑定怎么配置?
在全局配置模式下,通过mac-address-table static mac-address vlan vlan-id interface interface-type interface-number命令手工配置静态MAC地址表项,将用户MAC地址与设备端口绑定。
# 配置一条静态MAC地址表项,目的MAC地址为00e1-00e2-00e3,出接口为VLAN 2内的GigabitEthernet 0/1。 Hostname> enable Hostname# configure terminal Hostname(config)# mac-address static 00e1.00e2.00e3 vlan 2 interface gigabitethernet 0/1