- 经验
- 23
- 分贝
- 0
- 家园分
- 22
- 在线时间:
- 5 小时
- 最后登录:
- 2024-10-9
- 帖子:
- 9
- 精华:
- 0
- 注册时间:
- 2012-5-4
- UID:
- 792729
注册:2012-5-4
|
我所采用的OLT是HUAWEI的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:1024K,Max: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也上不去。
请教各位大牛,该怎么解决这个问题?
|
|