通信人家园

 找回密码
 注册

只需一步,快速开始

短信验证,便捷登录

搜索

军衔等级:

  新兵

注册:2012-5-4
跳转到指定楼层
1#
发表于 2012-6-2 21:55:56 |只看该作者 |倒序浏览
我所采用的OLT是华为的MA5680T,ONU是MA5626,开具配置如下:
OLT:
1.建立网管vlan 100.上行口透传
MA5680T(config)#Vlan 100 smart(宽带管理)
MA5680T(config)#Port vlan 100 0/18 0
MA5680T(config)#vlan 1002 smart
//
业务Vlan
MA5680T(config)#port vlan 1002 0/18 0
2.建立接口地址:
MA5680T(config)#interface vlan 100
MA5680T(config-if-vlanif40)#ip address 192.168.2.100 255.255.255.0
MA5680T(config-if-vlanif40)#quit

4.
配置ONT线路模板
MA5680T(config)#ont-lineprofile
{ epon<K>|gpon<K> }:gpon
{ <cr>|profile-id<K>|profile-name<K> }:profile-name
{ profile-name<S><Length 1-32> }:MA5626
{ <cr>|profile-id<K> }:profile-id 20
5.配置管理业务DBA模板:Assure:1024KMax:1024K
MA5680T(config)# dba-profile
{ add<K>|delete<K>|modify<K> }:add
{ profile-id<K>|profile-name<K>|type1<K>|type2<K>|type3<K>|type4<K>|type5<K> }:profile-name
{ profile-name<S><Length 1-33> }:manager
{ profile-id<K>|type1<K>|type2<K>|type3<K>|type4<K>|type5<K> }:type3
{ assure<K> }:assure
{ assure-bandwidth<U><128,1235456> }:1024
{ max<K> }:max
{ max-bandwidth<U><128,1235456> }:1024
6.配置上网业务DBA模板Max:20480K
MA5680T(config)# dba-profile
{ add<K>|delete<K>|modify<K> }:add
{ profile-id<K>|profile-name<K>|type1<K>|type2<K>|type3<K>|type4<K>|type5<K> }:profile-name
{ profile-name<S><Length 1-33> }:PPPOE
{ profile-id<K>|type1<K>|type2<K>|type3<K>|type4<K>|type5<K> }:type4
{ max<K> }:max
{ max-bandwidth<U><128,1235456> }:20480
7.根据不同业务创建Tcont
MA5680t(config-gpon-lineprofile-20)#tcont
{ tcont-list<S><Length 1-13> }:1
{ dba-profile-id<K>|dba-profile-name<K> }:dba-profile-name
{ profile-name<S><Length 1-33> }:manger


MA5680t(config-gpon-lineprofile-20)#tcont
{ tcont-list<S><Length 1-13> }:2
{ dba-profile-id<K>|dba-profile-name<K> }:dba-profile-name
{ profile-name<S><Length 1-33> }:PPPOE

9.添加Gem
MA5680t(config-gpon-lineprofile-16)#gem
{ add<K>|delete<K>|mapping<K>|modify<K> }:add
{ gem-index<U><0,127> }:1
{ service-type<E><eth,tdm> }:eth
{ tcont<K> }:tcont
{ tcont-id<U><0,7> }:1
{ <cr>|cascade<K>|encrypt<K>|gem-car<K>|priority-queue<K> }:



MA5680t(config-gpon-lineprofile-16)#gem
{ add<K>|delete<K>|mapping<K>|modify<K> }:add
{ gem-index<U><0,127> }:2
{ service-type<E><eth,tdm> }:eth
{ tcont<K> }:tcont
{ tcont-id<U><0,7> }:2
{ <cr>|cascade<K>|encrypt<K>|gem-car<K>|priority-queue<K> }:



10.创建Gem映射
MA5680t(config-gpon-lineprofile-16)#gem
{ add<K>|delete<K>|mapping<K>|modify<K> }:mapping
{ gem-index<U><0,127> }:1
{ mapping-index<U><0,7> }:1
{ e1<K>|eth<K>|flow-car<K>|iphost<K>|moca<K>|priority<K>|vlan<K> }:priority 5
MA5680t(config-gpon-lineprofile-16)#gem
{ add<K>|delete<K>|mapping<K>|modify<K> }:mapping
{ gem-index<U><0,127> }:2
{ mapping-index<U><0,7> }:2
{ e1<K>|eth<K>|flow-car<K>|iphost<K>|moca<K>|priority<K>|vlan<K> }:priority 3

MA5680t(config-gpon-lineprofile-16)#commit
11.添加ONU,引用ONT线路模板
MA5680T(config-if-gpon-0/1)#ont add
{ portid<U><0,7> }:0
{ ontid<U><0,127>|password-auth<K>|sn-auth<K> }:0
{ password-auth<K>|sn-auth<K> }: sn-auth
{ sn-value<S><Length 1-10> }:44444444444555 SNMP ONT-Lineprofile-id 20
{ <cr>|desc<K> }desc MA5626
12.下发ONU管理地址,同时配置网管优先级
MA5680T(config-if-gpon-0/1)#oont ipconfig 0 0 static ip-address 192.168.2.101 mask 255.255.255.0 vlan 100 priority 3



13.创建宽带管理业务流
MA5680T(config)#service-port vlan 100 gpon 0/1/0 ont 0 gemport 1 multi-service user-vlan 100
14.创建宽带业务流
MA5680T(config)#service-port vlan 1002 gpon 0/1/0 ont 0 gemport 2 multi-service user-vlan 1002


配置完成后,ping 192.168.2.101不通,telnet 192.168.2.101也上不去。
请教各位大牛,该怎么解决这个问题?

举报本楼

本帖有 3 个回帖,您需要登录后才能浏览 登录 | 注册
您需要登录后才可以回帖 登录 | 注册 |

手机版|C114 ( 沪ICP备12002291号-1 )|联系我们 |网站地图  

GMT+8, 2024-5-14 04:11 , Processed in 0.364396 second(s), 15 queries , Gzip On.

Copyright © 1999-2023 C114 All Rights Reserved

Discuz Licensed

回顶部