华为 PON 设备smart ma 5620交换机

命令如下,首先进入config模式:输入enable,回车,config,回车。

display isolate all查看所有的是否隔离的端口,isolate命令是隔离命令,这个机子默认都是隔离的。我们需要关闭隔离。
undo isolate port all 

划分VLAN配置:

如果提示  Failure: Service virtual port has existed already 要先删除存在的条目

undo service-port all

1.首先创建VLAN 1336 

   (conf) # vlan 1336 smart

(conf) # vlan service-profile profile-id 1

(conf) # commit 

(conf) # quit

(conf) # vlan bind service-profile profile-id 1

(conf)#multi-service-port  vlan 1336 port 0/1 1-15 user-vlan untagged rx-cttr6 tx-cttr 6

备注:rx-cttr tx-cttr 收发方向绑定流量模板(index 值为6  6代表不限速的意思)

save

 

posted on 2020-08-30 23:31  log01bq  阅读(1529)  评论(0)    收藏  举报

导航