✸ ✸ ✸
1、端口限速,实际下载速度为 rate-limit 1024/8 由于相对于用户为发送数据设置out方向,限制用户下载,in方向为上传。
configure interface fei_0/2/16
traffic-shape rate-limit 1024 bucket-size 200 out
switchport default vlan 2000
2、端口保护启用则同一onu交换机内互相不能访问。
eth-switch port-protect enable
3、设置 1-24口 为 2000vlan的access口,3/1为 2000vlan的 trunk口,并还需将对应端口的默认vlan改为2000才可生效。
configure vlan 2000
addport fei_0/2/1-24 untag
addport gei_0/3/1 tag
实际配置需要进入到端口配置,批量配置用 range关键字。如
configure interface range fei_0/2/1-24
(config-if)# switchport default vlan 2000
(config-if)# switchport vlan 2000 untag
✸ ✸ ✸
📜 版权声明
本文作者:王梓 | 原文链接:https://www.bthlt.com/note/10119309-Tegzte f822 onu 常用配置举例
出处:葫芦的运维日志 | 转载请注明出处并保留原文链接


📜 留言板
留言提交后需管理员审核通过才会显示