找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 8192|回复: 6

[其它] 会配置ma5680t的帮我看下这样配置对不对,设备能不能通

[复制链接]
发表于 2013-12-22 22:11:41 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
vlan 4000  管理vlan
vlan 2100 qinq 做ma5626 gpon 上网业务
vlan 2500 qinq 做华为hg8110上网业务


MA5680T>enable      //打开特权EXEC
MA5680T#config       //进入终端配置模式
MA5680T(config)#display board 0  //检查设备单板状态
MA5680T(config)#board confirm 0    //对于自动发现的单板确认
1、配置vlan
MA5680T(config)#vlan 4000 smart                 //管理vlan
MA5680T(config)#vlan 2500 smart          //用于承载HG8110宽带业务
MA5680T(config)#vlan attrib 2500 q-in-q    //改VLAN属性为q-in-q
MA5680T(config)#vlan 2100 smart            //配置宽带业务vlan
MA5680T(config)#vlan attrib 2100 q-in-q    //改VLAN属性为q-in-q
MA5680T(config)#port vlan 4000 0/19 0             //在上行口透传网管vlan
MA5680T(config)#port vlan 2100 0/19 0        //在上行口透传业务vlan
MA5680T(config)#port vlan 2500 0/19 1     //透传业务vlan到上行口
MA5680T(config)#interface vlanif 4000               //配置网管VLAN的地址
MA5680T(config-if-Vlanif4000)#ip address 172.16.168.254 255.255.255.0   //配置网管VLAN的地址
MA5680T(config-if-vlanif4000)#quit
MA5680T(config)ip route-static 0.0.0.0 0.0.0.0 172.16.168.1        //设置网关的路由

2、设置上行端口速率以及双工模式
MA5680T (config)#interface giu 0/19
MA5680T (config-if-giu-0/19)#speed 0 1000   //配置端口速率,GE口只能配置成1000, 10GE口只能配置成10000
MA5680T (config-if-giu-0/19)#speed 1 1000
MA5680T (config-if-giu-0/19)#duplex 0 full   //配置双工模式,half为半双工,full为全双工
MA5680T (config-if-giu-0/19)#duplex 1 full
MA5680T (config-if-giu-0/19)#auto-neg 0 disable    //配置自协商模式,disable为禁止自协商,enable为允许
MA5680T (config-if-giu-0/19)#auto-neg 1 disable
MA5680T (config-if-giu-0/19)#quit

3、配置业务的DBA模板dba-profile-id 10
MA5680T (config)#display dba-profile all  //查看OLT的 DBA能力集模板.
MA5680T(config)# dba-profile add profile-id 10 profile-name 1G type4 max 1024000    //建模板号为11的DBA模板,最大带宽1G。

4、配置ma5626线路模板索引号 lineprofile-id 26
MA5680T(config)#ont-lineprofile gpon profile-id 26 profile-name MA562X  //建模板号码为26的ONU线路模板
MA5680T(config-gpon-lineprofile-26)#mapping-mode priority    //设置映射类型为优先级映射
//以下用于创建通道:
MA5680T(config-gpon-lineprofile-26)#tcont 0 dba-profile-id 10  
MA5680T(config-gpon-lineprofile-26)#gem add 1 eth tcont 0          //添加GEM port
MA5680T(config-gpon-lineprofile-26)#gem add 2 eth tcont 0              
MA5680T(config-gpon-lineprofile-26)#gem mapping 1 0 priority 3   //设置优先级映射关系
MA5680T(config-gpon-lineprofile-26)#gem mapping 2 0 priority 0
MA5680T(config-gpon-lineprofile-26)#commit                               //提交模板配置
MA5680T(config-gpon-lineprofile-26)#quit      

5、配置HG8110线路模板索引号 lineprofile-id 11   
MA5680T(config)#ont-lineprofile gpon profile-id 11 profile-name HG8110  //建模板号码为11的HG8110线路模板
MA5680T(config-gpon-lineprofile-11)#mapping-mode vlan   //设置映射模式
MA5680T(config-gpon-lineprofile-11)#qos-mode gem-car    //设置QoS模式  
MA5680T(config-gpon-lineprofile-11)#tcont 1 dba-profile-id 10   //绑定tcont和dba模板
MA5680T(config-gpon-lineprofile-11)#gem add 0 eth tcont 1 gem-car 6  //添加GEM port  
MA5680T(config-gpon-lineprofile-11)#gem mapping 0 0 vlan 2000  //设置业务映射关系
MA5680T(config-gpon-lineprofile-11)#commit       //提交模板配置
MA5680T(config-gpon-lineprofile-11)#quit


6、配置HG8110业务模板srvprofile-id 11  
MA5680T(config)#ont-srvprofile gpon profile-id 11 profile-name HG8110
MA5680T(config-gpon-srvprofile-11)#ont-port eth 1  
MA5680T(config-gpon-srvprofile-11)#port vlan eth 1 2000   //划分ONT端口vlan


增加HG8110例:

MA5680T(config)#interface gpon 0/1  //进入GPON的下行端口  
MA5680T(config-if-gpon-0/1)#port 0 ont-auto-find enable //开启0端口的自动发现  
MA5680T(config-if-gpon-0/1)#display ont autofind 0 //通过该命令查看自动发现的ONT的SN

Number    F/ S/ P         SN            Password                    
------------------------------------------------------------------------         
      1   0/ 1/ 0    48575443B1209F42
               
MA5680T(config-if-gpon-0/1)#ont add 0 0 sn-auth 48575443B1209F42 omci ont-lineprofile-id 11 ont-srvprofile-id 11 desc xuyuan  
// 用两个模板邦定HG8110(xuyuan)这是描述           
MA5680T(config-if-gpon-0/1)#ont port native-vlan 0 0 eth 1 vlan 2000  
MA5680T(config-if-gpon-0/1)#display ont state 0 all //查看ONT的状态
MA5680T(config-if-gpon-0/1)#quit
添加vlan的业务虚端口
MA5680T(config)#service-port vlan 2500 gpon 0/1/0 ont 0 gemport 0 multi-service user-vlan 2000 rx-cttr 6 tx-cttr 6     //宽带业务虚连接
MA5680T(config)#save

-----------------------------------------------------------------------------------------------------------------------------------------------------

注册onu 5626

interface gpon 0/1
MA5680T(config-if-gpon-0/1)ont add 0 1 sn-auth ffffffffffffffff snmp ont-lineprofile-id 26  desc 1lou
MA5680T(config-if-gpon-0/1)ont snmp-profile 0 1 profile-id 1     //为ONU1下发SNMP
MA5680T(config-if-gpon-0/1)ont ipconfig 0 1 static ip-address 172.16.168.2 mask 255.255.255.0 gateway 172.16.168.1 vlan 4000 priority 3 //下发MA5620G的管理IP为172.17.168.2 管理VLAN为4000
MA5680T(config-if-gpon-0/1)#quit
MA5680T(config)#service-port vlan 4000  gpon 0/1/0 ont 1 gemport 1 multi-service user-vlan 4000 rx-cttr 6 tx-cttr 6
service-port  vlan 2100 gpon 0/1/0 ont 2 gemport 2 multi-service user-vlan other-all rx-cttr 6 tx-cttr 6
quit
------------------------------------------------------------------------------------------------------------------------

5626配置
vlan 4000 smart
vlan 101 to 116 smart
port vlan 4000 0/0 1
port vlan 101 to 116 0/0 1

service-port 0 vlan 101 eth 0/1/1 multi-service user-vlan untagged rx-cttr 6 tx-cttr 6
service-port 1 vlan 102 eth 0/1/2 multi-service user-vlan untagged  rx-cttr 6 tx-cttr 6
service-port 2 vlan 103 eth 0/1/3 multi-service user-vlan untagged  rx-cttr 6 tx-cttr 6
service-port 3 vlan 104 eth 0/1/4 multi-service user-vlan untagged  rx-cttr 6 tx-cttr 6
service-port 4 vlan 105 eth 0/1/5 multi-service user-vlan untagged  rx-cttr 6 tx-cttr 6
service-port 5 vlan 106 eth 0/1/6 multi-service user-vlan untagged  rx-cttr 6 tx-cttr 6
service-port 6 vlan 107 eth 0/1/7 multi-service user-vlan untagged  rx-cttr 6 tx-cttr 6
service-port 7 vlan 108 eth 0/1/8 multi-service user-vlan untagged  rx-cttr 6 tx-cttr 6
service-port 8 vlan 109 eth 0/1/9 multi-service user-vlan untagged  rx-cttr 6 tx-cttr 6
service-port 9 vlan 110 eth 0/1/10 multi-service user-vlan untagged  rx-cttr 6 tx-cttr 6
service-port 10 vlan 111 eth 0/1/11 multi-service user-vlan untagged  rx-cttr 6 tx-cttr 6
service-port 11 vlan 112 eth 0/1/12 multi-service user-vlan untagged  rx-cttr 6 tx-cttr 6
service-port 12 vlan 113 eth 0/1/13 multi-service user-vlan untagged  rx-cttr 6 tx-cttr 6
service-port 13 vlan 114 eth 0/1/14 multi-service user-vlan untagged  rx-cttr 6 tx-cttr 6
service-port 14 vlan 115 eth 0/1/15 multi-service user-vlan untagged  rx-cttr 6 tx-cttr 6
service-port 15 vlan 116 eth 0/1/16 multi-service user-vlan untagged  rx-cttr 6 tx-cttr 6
routeros
发表于 2013-12-23 03:02:34 | 显示全部楼层
能不能通自己试一下就知道了嘛
routeros
回复

使用道具 举报

 楼主| 发表于 2013-12-23 18:16:43 | 显示全部楼层
我自己现象没有还设备测试 所以要会的看下配置有没有问题  年后要用!
routeros
回复

使用道具 举报

发表于 2013-12-23 21:34:46 | 显示全部楼层
线路模板设置限速的时候注意 最好控制好单个猫的带宽 要不然对方可以借此1g的带宽攻击你的olt 单个onu设置1g带宽比较冒险
routeros
回复

使用道具 举报

 楼主| 发表于 2013-12-24 14:02:24 来自手机 | 显示全部楼层
恩,谢谢提醒。设置的dba的限速是每个onu的带宽都是1G还是说有onu共享1G
routeros
回复

使用道具 举报

发表于 2013-12-25 09:52:56 | 显示全部楼层
根据自己情况 type3是独享 type4是共享
routeros
回复

使用道具 举报

发表于 2013-12-26 23:01:17 | 显示全部楼层
ai188 发表于 2013-12-24 14:02
恩,谢谢提醒。设置的dba的限速是每个onu的带宽都是1G还是说有onu共享1G

dba只限制上行,每个pon口下的onu共享1gbps
routeros
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|软路由 ( 渝ICP备15001194号-1|渝公网安备 50011602500124号 )

GMT+8, 2024-11-6 13:54 , Processed in 0.060500 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表