华为光猫数据配置流程
一、远程登陆OLT
telnet 221.7.40.13 登陆93交换机
用户名yuzhong 密码 ltyz03
telnet 10.15.129.58 //登陆OLT设备
用户名root 密码admin 或gsun1c0m
MA5680T >en
MA5680T #CONFIG
二、光猫数据配置
1、链路接通后查看自动发现的ONU
MA5680T(config)#display ont autofind all //查看自动发现的ONU
----------------------------------------------------------------------------
Number : 1
F/S/P : 0/7/3 自动发现光猫所在的框/槽/端口
Ont SN : 4857544342FA7736 光猫SN码,OLT注册用
Password : 0x00000000000000000000
Loid :
Checkcode :
VendorID : HWTC
Ont Version : 302.A
Ont SoftwareVersion : V3R013C10S111
Ont EquipmentID : 311
Ont autofind time : 2015-02-15 17:34:59+08:00
----------------------------------------------------------------------------
The number of GPON autofind ONT is 1
2、进入光猫所在的单板: 自动发现光猫所在的框/槽
MA5680T(config)#interface gpon 0/7 进入光猫所在的单板: 自动发现光猫所在的框/槽
3、在对应的端口确认注册自动发现的光猫
(1)在线注册
MA5680T(config-if-gpon-0/7)#ont confirm 3 (自动发现光猫所在的端口) all sn-auth omci ont-lineprofile-id 1 ont-srvprofile-id 1 desc YZ----(描述:后期可辨认用户所在的位置,如雅致居1单元402可描述YZ-HP-YZJ-1#-402)
(2)离线注册:必须知道光猫在OLT上所对应的位置(框/槽/端口)
MA5680T(config-if-gpon-0/7)#ont confirm 3 (光猫所在的端口) sn-auth 485755555555(12位光猫SN码) omci ont-lineprofile-id 1 ont-srvprofile-id 1 desc YZ----(描述:后期可辨认用户所在的位置,如雅致居1单元402可描述YZ-HP-YZJ-1#-402)
4、做基于端口VLAN透传
MA5680T(config-if-gpon-0/7)#ONT PORt NAtive-vlan 3(光猫所对应的端口) 0 (添加光猫的序列号) Eth 1 Vlan 2
{ Command: ONT PORt NAtive-vlan 3 0 ETh 1 Vlan 2 5、退出单板模式到配置模式 MA5680T(config-if-gpon-0/7)#QUIt 退出单板 6、做业务虚通道 MA5680T(config)#SERvice-Port Vlan 1070 (外层VLan) Gpon 0/7/3 (光猫所在的框/槽/端口) ONt 0 (添加光猫的序列号) Gemport 1 MUlti-service User-Vlan 2 TAg-transform TransLate-and-add INNer-Vlan 29(外层vlan) 7、保存数据 MA5680T(config)#Save 三、查看数据配置 1、MA5680T(config)# display board 0/7 查看单板:看到光猫对应OLT框/槽/端口 在线状态 ----------------------------------------------------------------------------- 0/ 7/0 0 485754436211362E active online normal mismatch no ----------------------------------------------------------------------------- F/S/P ONT-ID Description ----------------------------------------------------------------------------- 0/ 7/0 0 YZ-SD-1#-2-602-HG8110 ----------------------------------------------------------------------------- In port 0/ 7/0 , the total of ONTs are: 8, online: 1 ----------------------------------------------------------------------------- 0/ 7/3 0 485754438D2A8B2F active online normal mismatch no 在线 0/ 7/3 1 485754438D306A2F active offline initial initial no 不在线 ----------------------------------------------------------------------------- F/S/P ONT-ID Description ----------------------------------------------------------------------------- 0/ 7/3 0 YZ-XLXQ-2#-2-502-HG8110 光猫描述信息 0/ 7/3 1 YZ-XLJY-2#--2-401-HG8110 2、MA5680T(config)#display service-port port 0/7/3 ont 0 查看虚业务 { Command: display service-port port 0/7/3 ont 0 Switch-Oriented Flow List ----------------------------------------------------------------------------- INDEX VLAN VLAN PORT F/ S/ P VPI VCI FLOW FLOW TX STATE ID ATTR TYPE TYPE PARA ----------------------------------------------------------------------------- 183 1070 QinQ gpon 0/7 /3 0 0 vlan 2 - - 业务在线正常 RX up ----------------------------------------------------------------------------- Total : 1 (Up/Down : 1/0) Note : F--Frame, S--Slot, P--Port, VPI indicates ONT ID for PON, VCI indicates GEM index for GPON, v/e--vlan/encap, pritag--priority-tagged, ppp--pppoe, ip--ipoe, ip4--ipv4oe, ip6--ipv6oe 3、MA5680T(config)#display mac-address port 0/7/0 查询下挂光猫对应电脑MAC { Command: display mac-address port 0/7/0 ----------------------------------------------------------------------- SRV-P BUNDLE TYPE MAC MAC TYPE F /S /P VPI VCI VLAN ID INDEX INDEX ----------------------------------------------------------------------- 255 - gpon 50bd-5f38-6c71 dynamic 0 /7 /0 7 0 1070 173 - gpon 1475-9053-4029 dynamic 0 /7 /0 1 0 1070 241 - gpon bcae-c58f-b631 dynamic 0 /7 /0 6 0 1070 131 - gpon 50bd-5fc7-852f dynamic 0 /7 /0 0 0 1070 206 - gpon 50bd-5f7d-e6b9 dynamic 0 /7 /0 3 0 1070 ----------------------------------------------------------------------- Total: 5 Note: F--Frame, S--Slot, P--Port, F/S/P indicates PW Index for PW, A--The MAC address is learned or configured on the aggregation port, VPI indicates ONT ID for PON, VCI indicates GEM index for GPON, v/e--vlan/encap, pritag--priority-tagged, ppp--pppoe, ip--ipoe, ip4--ipv4oe, ip6--ipv6oe 因篇幅问题不能全部显示,请点此查看更多更全内容