当前位置:首页 > 贝尔OLT业务开通
configure service vpls 2000 sap nt-a:xfp:2:2000 create configure service vpls 2000 sap lt:1/1/6:2000 create configure service vpls 2000 no shutdown
4、数据业务vlan应用到onu网口上,并把onu打上CLAN(pvid)
//数据业务双层vlan应用到ONU
configure bridge port 1/1/6/8/1/1 vlan-id stacked:2000:[1001...1004] //configure bridge port 1/1/6/8/1/1 max-unicast-mac 16 configure bridge port 1/1/6/8/1/1 pvid [1001...1004]
//数据业务单层vlan应用到ONU
// configure bridge port 1/1/6/8/1/1 vlan-id 2000 tag single-tagged // configure bridge port 1/1/6/8/1/1 pvid 2000
ONU语音业务配置
GPON
1、注册ONU
typ:isadmin># configure equipment ont interface 1/1/8/8/5 sernum TDTC:35B3483A sw-ver-pland disabledvoip-allowed enable
//需要配置语音业务时注册ONU必须添加voip-allowed enable,否则无法配置语音端口 typ:isadmin>configure>equipment>ont>interface>1/1/8/8/5$ admin-state up
2、配置ontcard(slot)、qos
show equipment ont slot //查看ont上报slot
configure equipment ont slot 1/1/8/8/5/2 planned-card-type pots plndnumdataports 0 plndnumvoiceports 2
configure qos interface1/1/8/8/5/voip upstream-queue 0 priority 8 bandwidth-profile name:UPSTREAM_100M //也可用默认的语音上行模版“1_1_voip”
3、svlan 45配置到NT-A上联端口和lt板
configure service vpls 45 customer 1 v-vpls vlan 45 create configure service vpls 45 sap nt-a:xfp:2:45 create configure service vpls 45 sap lt:1/1/8:45 create configure service vpls 45 no shutdown
4、语音业务vlan应用到onu voip口上,并打上CLAN(pvid)
configure bridge port 1/1/8/8/5/1/1 vlan-id 45
//此处语音vlan下发后语音业务才通,但为什么要下发此处不太清楚
创建语音端口bridge port
configure bridge port 1/1/8/8/5/voip 语音vlan应用到语音端口
configure bridge port 1/1/8/8/5/voip vlan-id 45 configure bridge port 1/1/8/8/5/voip pvid 45
5、在ONU上做语音业务相关配置(略)
EPON
1、注册ONU
typ:isadmin>#configure equipment eont interface 1/1/6/8/1 mac-addr fc:b0:c4:1b:d7:88
2、配置ont 端口
configure bridge port 1/1/6/8/1/1
3、svlan 45配置到NT-A上联端口和lt板
configure service vpls 45 customer 1 v-vpls vlan 45 create configure service vpls 45 sap nt-a:xfp:2:45 create configure service vpls 45 sap lt:1/1/6:45 create configure service vpls 45 no shutdown
4、语音业务vlan应用到onu上
configure bridge port 1/1/6/8/1/1 vlan-id 45
5、在ONU上做语音业务相关配置(略)
附录:常用查看命令
The ‘pon or ont ***’ cmd is used for GPON, and the ‘epon or eont***’ cmd is used for EPON
show equipment slot 查看设备 show port 显示上联口装态及配置信息
show interface port 查看ONU ,UNI口,bridge-port ,PON口装态。 show pon unprovision-onu //查看gpon未认证ONU show equipment ont interface 查看ONU装态
show service fdb-mac 查看学习到的MAC(可查看上下联MAC地址) show vlan fdb-board 查看PON上学到的MAC
show vlan bridge-port-fdb 查看bridge-port学到的MAC地址(可以用来查看某一ONU的某一业务的MAC) show pon optics 查看PON光功率
show equipment ont optics 查看ONU的收发光功,电压温度。 以上是7360常用查看命令
下面是显示配置命令
info configure equipment slot 显示硬件配置信息
info configure pon interface 显示 PON口配置信息(ONU注册方式及是否打
开。)
info configure equipment ont interface
info configure equipment ont interface 1/1/1/2/3 查看第1块PON板第2个PON口的第3个ONU配置信息
info configure equipment ont slot 显示ONU 的ONUCARD信息 上面部分可以用下面的命令可以一次全部查看 info configure equipment ont
info configure interface port 显示UNI口信息及PON是否打开(有admin-up 为打开)
info configure qos profiles bandwidth 显示上行带宽模板
info configure qos profiles shaper 显示下行带宽模板
configure qos interface 1/1/1/2/23/14/1 scheduler-node name:DN_100M info configure service id 显示所有VLAN绑定信息
info configure vlan id 显示VLAN信息
info configure bridge port 显示bridge port 信息
共分享92篇相关文档