A. 上网业务开通(基础版) 为一个ONU开通上网业务事先需要2个业务规划数据: 1、VLAN-ID: 一般情况下,对每个上网用户,按照每个用户分配一个VLAN-ID进行规划和配置。 2、上下行带宽 上下行带宽是用户在营业厅业务申请时所申请的带宽。 主要分为两个配置过程: 1 认证ONU过程 步骤1:认证ONU 步骤2:配置上下行带宽 2 配置VLAN过程 步骤1:配置静态VLAN 步骤2:上联口绑定VLAN 步骤3:用户口绑定VLAN 通过以上配置,该ONU可以接入上网业务。 1.1 认证ONU ONU认证有sn、loid,三种方式。 ZXAN(config)#interface gpon-olt_1/6/1 ZXAN(config-if)#onu 20 type ZTE-F601 ? hpw Password authentication mode in HEX format loid Loid authentication mode loid+hpw Loid+hpw authentication mode loid+pw Loid+pw authentication mode pw Password authentication mode rid Rid authentication mode(XGPON) sn Serial number authentication mode sn+hpw Sn+hpw authentication mode sn+pw Sn+pw authentication mode sn+rid sn+rid authentication mode(XGPON) ZXAN(config-if)#onu 20 type ZTE-F601 sn HWTC10531281 ZXAN(config-if)#onu 20 type ZTE-F601 loid test1234 ONU的向OLT上报的注册loid要登录到ONU本地去配置。支撑WEB管理的一般可以WEB登录修改. e 查询1/6/1端口下已经注册的gpon onu: ZXAN(config)#show gpon onu state gpon-olt_1/6/1 OnuIndex Admin State OMCC State O7 State Phase State ---------------------------------------------------------------------------- gpon-onu_1/6/1:1 enable disable unknown LOS gpon-onu_1/6/1:2 enable disable unknown LOS ONU Number: 0/2 ZXAN(config)# 1.2 上行带宽配置 上行带宽分配: 针对刚才注册过的ONU设定其下行,上行带宽设置为10M.命令如下: 查询tcont模板: ZXAN(config)#gpon ZXAN(config-gpon)#show gpon profile tcont ZXAN(config-gpon)#exit ZXAN(config)#int gpon-onu_1/6/1 :20 ZXAN(config-if)# tcont 1 name tcont1 profile default ZXAN(config-if)# gemport 1 name gem1 unicast tcont 1 ZXAN(config-if)#exit 1.3 ONU远程管理配置 GPON C300基于ONU的配置如下 ZXAN(config)#pon-onu-mng gpon-onu_1/6/1:20 ZXAN(gpon-onu-mng)#gemport 1 flow 1 //ONU ANI口与PON gemport关联 ZXAN(gpon-onu-mng)#exit 1.4 OLT创建VLAN 创建VLAN 101-150。 ZXAN(config)#vlan database8 ZXAN(vlan)#vlan 101-150 ZXAN(vlan)#exit 1.5 上联口绑定VLAN 将19槽位1号上联口绑定vlan 101-150。 ZXAN(config)#interface gei_1/19/1 ZXAN(config-if)#switchport mode hybrid ZXAN(config-if)#switchport vlan 101-150 tag ZXAN(config-if)#exit show vlan summary命令可以查询已经创建的VLAN,show vlan 101命令可以查询101vlan绑定的端口 查看端口状态: ZXAN(config)#interface gei_1/19/1 ZXAN(config-if)#show vlan port gei_1/19/1命令. 1.6 PON接口绑定VLAN ZXAN(config)#interface gpon-onu_1/6/1:20 ZXAN(config-if)#switchport mode hybr ZXAN(config-if)#switchport vlan 101-150 tag ZXAN(config-if)#exit 查询PON-ONU接口的vlan信息: ZXAN(config)#interface gpon-onu_1/6/1:20 ZXAN(config-if)#show vlan port gpon-onu_1/6/1:20 1.7 删除ONU ZXAN(config)#interface gpon-olt_1/6/1 ZXAN(config-if)#no onu 20 ..[Successful] ZXAN(config-if)#exit 查询1/6/1端口下没有注册的gpon onu: ZXAN(config)#show gpon onu uncfg gpon-olt_1/6/1 OnuIndex Sn State --------------------------------------------------------------------- gpon-onu_1/6/1:1 HWTC10531281 unknown 进入config目录的办法: ZXAN#configure ter ZXAN#configure terminal Enter configuration commands, one per line. End with CTRL/Z. ZXAN(config)# ZXAN(config)# 查询1/6/1端口下已经注册的gpon onu: ZXAN(config)#show gpon onu state gpon-olt_1/6/1 OnuIndex Admin State OMCC State O7 State Phase State ---------------------------------------------------------------------------- gpon-onu_1/6/1:1 enable disable unknown LOS gpon-onu_1/6/1:2 enable disable unknown LOS ONU Number: 0/2 ZXAN(config)# B. 组播配置 1.OLT基本配置 1) 配置组播VLAN 在配置组播VLAN之前必须先创建基础VLAN。 ZXAN(config)#igmp mvlan 3000 2) 配置组播源端口 在配置源端口之前,必须将源端口加入基础VLAN。 源端口配置防止IGMP报文向其它上联口发送,保证下来的组播流是来自正确的组播源的。 ZXAN(config)#igmp mvlan 3000 source-port gei_1/19/4 3) 配置组播接收端口 如果ONU工作在Snooping模式下,OLT上只需要配置缺省的vport 1为接收端口。 ZXAN(config)#igmp mvlan 3000 receive-port gpon-onu_1/6/1:20 vport 1 4) 配置组播组 组播组:组播频道的目的IP地址 只有已配置的组播组才允许用户加入。 注意当group-filter配置关闭时,不需要配置组播组,但同时也不支撑跨VLAN组播。 ZXAN(config)#igmp mvlan 3000 group 239.1.1.1 to 239.1.1.255
|