5680t开局及开通

第一步:系统配置 ------------------------------
User name:root //输入用户名 此处为默认用户名密码
User password: admin //输入密码
MA5680T> enable //进入普通模式
MA5680T #config //进入超级模式
MA5680T(config) #switch language-mode //切换成本地语言
MA5680T (config)#display board 0 //查看所有单板,如果有“待确认”单板,请用下一命令
MA5680T(config) #board confirm 0 //确认所有单板
MA5680T(config) #sysname xx /设备命名
MA5680T(config)#terminal user password //修改用户密码
MA5680T(config)#terminal user name //创建新用户名/密码
(config)# autosave interval on //打开自动保存
第二步:配置管理数据 -----------------------------------
MA5680T(config)# vlan xx standard //创建管理VLAN (一般选standard类型)
MA5680T(config)# port vlan xx 0/19 0 //在上行口透传管理VLAN(上行端口,5680T上行端口共4个,看设备具体型号确定端口
MA5680T(config)# vlan xx(xx to xx) smart //创建业务VLAN (一般选SMART类型)
MA5680T(config)# port vlan xx(xx to xx) 0/19 0 //在上行口透传业务VLAN到上行端口
MA5680T(config)# interface vlanif xx //创建VLAN 三层虚接口
(config-if-vlanif40)# ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx //配置管理 IP 地址
(config-if-vlanif40)#description xxxxxxxxxxxxxxxxxxxxxxxxxxxx //对上层端口进行描述
(config-if-vlanif40)# quit //退出接口,返回上层
(config)# ip route-static 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx //配置缺省路由

接口模式,进入相关进口
开启自动发现
port 1 ont-auto-find enable

-第三步:配置ONT-

步骤一:配置DBA 模板(DBA就是动态分配带宽机制)
dba-profile add profile-id 10 profile-name “PPPOE” type4 max 20480
步骤二:配置线路模板(基于优先级映射方式)
ont-lineprofile gpon profile-id 1 profile-name “zhuanxian”
mapping-mode port 创建通道
tcont 4 dba-profile-id 10 关联dba模板
gem add 1 eth tcont 4
gem mapping 1 0 eth 1
commit
ont-lineprofile gpon profile-id 10 profile-name “FTTH”
tcont 4 dba-profile-id 10
gem add 1 eth tcont 4
gem mapping 1 0 vlan 100
Commit
创建业务模板
ont-srvprofile gpon profile-id 10 profile-name “HG8240”
ont-port pots 2 eth 4
port vlan eth 1 translation 100 user-vlan 100
port vlan eth 2 translation 100 user-vlan 100
Commit

开通光猫

发现光猫:
display ont autofind all 看在哪个口

查看排到的号码数 display board 0/1
添加光猫:
接口模式
ont add 1 45 sn-auth “48575443C0070E26” omci ont-lineprofile-id 10 ont-srvprofile-id 10 desc “lgyd” 第几个接口第几个光猫

ont port native-vlan 1 45 eth 1 vlan 100 priority 0

全局模式
service-port vlan 2000 gpon 0/1/1 ont 45 gemport 1 multi-service user-vlan 100 tag-transform translate (2000为外网业务vlan)

删除光猫:

查看光猫的序列号display service-port all
全局模式undo service-port 7(index索引值)
接口模式ont delete 0 6() 哪个口的第几个光猫

专线限速
traffic table ip index 7 name “ip-traffic-table_7” cir 10240 cbs 102400 pir
20480 pbs 204800 priority 0 priority-policy local-setting
traffic table ip index 8 name “ip-traffic-table_8” cir 20480 cbs 204800 pir
40960 pbs 409600 priority 0 priority-policy local-setting
开通时增加上限速配置
service-port vlan 5 gpon 0/1/0 ont 65 gemport 1 multi-service user-vlan 100 tag-transform translate inbound traffic-table index 7 outbound traffic-table

查看光猫光衰
MA5680T(config)#interface gpon 0/1 进入对应接口
MA5680T(config-if-gpon-0/1)#display ont optical-info 0 27 第几个口的几个光猫的光衰

猜你喜欢

转载自blog.csdn.net/yuzhentong/article/details/89327491
今日推荐