- 1、本文档被系统程序自动判定探测到侵权嫌疑,本站暂时做下架处理。
- 2、如果您确认为侵权,可联系本站左侧在线QQ客服请求删除。我们会保证在24小时内做出处理,应急电话:400-050-0827。
- 3、此文档由网友上传,因疑似侵权的原因,本站不提供该文档下载,只提供部分内容试读。如果您是出版社/作者,看到后可认领文档,您也可以联系本站进行批量认领。
查看更多
HG850开局说明与GPON工作原理
HG850开局说明与GPON工作原理
一、 数据规划
二、数据配置说明
三、 对DBA;tcont;gemport理解
1、增加DBA命令:DBA-profile add
2、T-CONT
3、GEM Port
四、对整个工作过程的理解。
?
一、??????? 数据规划
语音VLAN 3999
宽带PVLAN:2001;CVLAN 1901-1904
视频监控 VLAN:3500
OLT PON口:0/2/1
ONU ID:1
数据业务走 0/17上行板;语音业务走0/18上行板
二、数据配置说明
dba-profile add profile-id 120 profile-name DBA_20M type3 assure 20480 max 50480
//创建DBA模板,保证20M,最大50M
dba-profile add profile-id 105 profile-name DBA_2M type1 fix 2014
??????????????????????????????????????????????? //创建DBA模板,固定带宽2M
dba-profile add profile-id 110 profile-name DBA_5M type1 fix 10240
????????????????????????????????????????????? //创建DBA模板,固定带宽5M
ont-lineprofile gpon profile-id 1 profile-name HG850_1
??????????????????? ????????????????????????//创建线路模板
tcont 1 dba-profile-id 120
?? ???????????????????????????????// tcont 1 绑定DBA为120的模板
tcont 2 dba-profile-id 110
? ????????????????????????????????// tcont 1 绑定DBA为120的模板
?
tcont 3 dba-profile-id 105
????????? ?????????????// tcont 3 绑定DBA为105的模板
?
gem add 1 eth tcont 1
??????????????????? //gemport 1 绑定tcont 1
gem add 125 eth tcont 2
??????????????????? //gemport 125 绑定tcont 2
gem add 126 eth tcont 3
??????????????????? //gemport 126 绑定tcont 3
gem mapping 1 0 vlan 1901
????????????????? //gemport 1的第0个索引号与vlan1901 映射
gem mapping 1 1 vlan 1902
?????? ??????????//gemport 1的第1个索引号与vlan1902 映射
gem mapping 1 2 vlan 1903
???????????????? //gemport 1的第2个索引号与vlan1902 映射
gem mapping 125 0 vlan 3500
???????????????? //gemport 125的第0个索引号与vlan1902 映射
gem mapping 126 0 vlan 3999
????????????????? //gemport 126 的第0个索引号与vlan3999 映射
commit
?????? //关联
quit
?
?
ont-srvprofile gpon profile-id 1 profile-name HG850_1
???????????????????? //创建业务模板
? ont-port eth 4 pots 2
??????????????? //ont的能力,支持4个eth和2个pots口
? port vlan eth 1 1901
?????????????? //eth1透传vlan1901
? port vlan eth 2 1902
????????????? //eth2透传vlan1901
? port vlan eth 3 1903
?
? port vlan eth 4 3500
???????????? //eth4透传vlan3500
? commit
????????? //关联
?
vlan 2001 smart???
???????? //创建宽带外层vlan2001
vlan attrib
文档评论(0)