通信人家园
标题:
GPON 5680T开局参考
[查看完整版帖子]
[打印本页]
时间:
2016-10-8 10:50
作者:
guojianyang
标题:
GPON 5680T开局参考
>>User name:root //输入用户名
User password: admin //输入密码
enable //进入普通模式
config //进入超级模式
switch language-mode//切换成本地语言
display board 0 //查看所有单板,如果有“待确认”单板,请用下一命令
board confirm 0 //确认所有单板
sysname G-First-DTTC-OLT5680T //设备命名
board confirm 0
interface gpon 0/1 //进到0/1槽位下,把16个端口自动发现功能全打开
port 0 ont-auto-find enable
port 1 ont-auto-find enable
port 2 ont-auto-find enable
port 3 ont-auto-find enable
port 4 ont-auto-find enable
port 5 ont-auto-find enable
port 6 ont-auto-find enable
port 7 ont-auto-find enable
port 8 ont-auto-find enable
port 9 ont-auto-find enable
port 10 ont-auto-find enable
port 11 ont-auto-find enable
port 12 ont-auto-find enable
port 13 ont-auto-find enable
port 14 ont-auto-find enable
port 15 ont-auto-find enable
quit
dba-profile add profile-id 10 profile-name "dba-profile_10" type4 max 1024000 //创建DBA模板,id为10,命名为"dba-profile_10",类型是4(即最大带宽为100M)
dba-profile add profile-id 11 profile-name "dba-profile" type3 assure 51200 max 102400 //创建DBA模板,类型为3(保证带宽5M,最大带宽10M)
dba-profile add profile-id 88 profile-name "dba-profile_88" type4 max 102400
ont-lineprofile gpon profile-id 1 profile-name "line-profile_1" //创建线路模板, ID为1,命名"line-profile_1"
mapping-mode priority //设置映射类型为优先级映射
tcont 1 dba-profile-id 10 //创建TCONT1 绑定ID为10的DBA模板
tcont 2 dba-profile-id 10 //创建TCONT2 绑定ID为10的DBA模板
gem add 0 eth tcont 1 cascade on //为指定GEM 0 打开级联属性
gem add 1 eth tcont 1 cascade on //为指定GEM 1 打开级联属性
gem mapping 0 0 priority 0 //设置优先级映射关系
gem mapping 1 0 priority 6
commit
quit
ont-lineprofile gpon profile-id 99 profile-name "line-profile_99"
tcont 1 dba-profile-id 88
commit
quit
vlan 4000 smart //创建vlan 4000 //属性为SMART
port vlan 4000 0/19 0 //将vlan 4000从0/19/0口透上
interface vlanif4000
ip address 172.24.254.11 255.255.255.0 //配置vlan 4000的ip地址为 172.24.254.11/24
vlan 100 smart
port vlan 100 0/19 1
vlan service-profile profile-id 1 profile-name "srvprof-1" 创建vlan 业务模板,id为1 命名"srvprof-1"
user-bridging enable 打开端口互通
commit //提交
quit
vlan bind service-profile 100 profile-id 1 绑定vlan 100 ,这样vlan 100 在这台OLT下都互通了。
ip route-static 0.0.0.0 0.0.0.0 172.24.254.1 //创建路由指向上层网关,不然上面ping不同这里的IP
时间:
2016-11-20 11:36
作者:
shenqiang
赞!!!!!
时间:
2016-12-18 17:13
作者:
383512287
学习一下
时间:
2017-11-6 23:42
作者:
motorolak88
谢谢楼主的教程。
通信人家园 (https://www.txrjy.com/)
Powered by C114