通信人家园
标题:
OLT不能telnet到ONU
[查看完整版帖子]
[打印本页]
时间:
2012-6-2 21:55
作者:
salcab
标题:
OLT不能telnet到ONU
我所采用的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: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)#
o
ont 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也上不去。
请教各位大牛,该怎么解决这个问题?
时间:
2012-6-5 10:01
作者:
kenanalixinyi
标题:
您 ping 192.168.2.100 通吗?
您 ping 192.168.2.100 通吗?
时间:
2012-6-5 23:11
作者:
salcab
ping 192.168.2.100 可以ping 通
时间:
2012-8-13 21:22
作者:
纯粹的追寻
楼主你好,我现在也遇到这个问题。我是新手,纯新手。所以不会专业词汇,简单的说明下:根据今天的了解,好像是因为5626上有些配置没做。但具体什么配置我也不知道。也正在寻找这个问题的解决办法,请问楼主找到解决方案了吗?可否告知一下。
感谢!
通信人家园 (https://www.txrjy.com/)
Powered by C114