配置 mac 地址老化时间
OLT(config)# mac address-table age 100
2. 清除 mac 地址表
OLT(config)# mac address-table flush all
3. 新增加一条静态 mac 地址表项
OLT(config)# mac address-table static 00:11:22:33:44:55 vlan 100 port ge 1
4. 增加某个 mac 地址到黑洞 mac 地址表,源 mac 地址为 00:12:21:12:12:12,vlan 为 10 的 报文会被丢弃
OLT(config)# mac address-table black-hole 00:12:21:12:12:12 vlan 10
文档更新时间: 2020-02-24 22:28 作者:admin