【文章內(nèi)容簡(jiǎn)介】
igifepon0/3)display ont info 2 4 F/S/P : 0/3/2 ONTID : 4 Control flag : active Run state : up Config state : normal Match state : match Ont Profile ID : 77 Authentic type : MACAuth MAC : 001EE3C30601 Description : ONT_NO_DESCRIPTION DBA Profile ID : 9 CIR Value (Kbps) : off Encrypt : off FEC : disable Manage mode : OAM Multicast Fast Leave : disable Multicast mode : Default 通過(guò)如下命令查詢ONT能力級(jí)狀態(tài):MA5606T(configifepon0/3)display ont capability 2 4MA5606T(configifepon0/3) ONT Hardware Capability / Status Information PON port ID: 2 ONT ID: 4 Number of POTS ports: 0 Number of FE ports: 4 Number of GE ports: 0 Number of TDM ports: 0 Number of RF ports: 0 SupportFEC: SUPPORT Supportbackupbattery: NOT SUPPORT UpQueueNum: 4 UpQueueNumPerPort: 4 DownQueueNum: 4 DownQueueNumPerPort: 4 FePortList: 14 GePortList: Multicast Fast Leave: SUPPORT 通過(guò)如下命令查詢ONT版本信息:MA5606T(configifepon0/3)display ont version 2 4MA5606T(configifepon0/3) F/S/P : 0/3/2 ONTID : 4 VenderID : 2011 Ontmodel : 813e OntMac : 0x000x1e0xe30xc30x060x01 OntHardwareVersion : HG813e OntSoftwareVersion : V100R001C01B055 OntChipVenderID : E6 OntChipModel : 6301 OntChipRevision : 0 OntChipDesignDate : (Y)06(M)9(D)27 OntFirmwareVersion : 104 若需要修改已綁定的ONT的模板,那么只能先將模板所綁定的ONT刪除掉以后,再綁定其他模板,刪除ONT的命令為:MA5606T(configifepon0/3)ont delete 2 4MA5606T(configifepon0/3) Number of ONTs that can be deleted: 1, success: 1 DBA設(shè)置系統(tǒng)默認(rèn)所有ONT的DBA綁定模板是profileid 9,且profileid 9不能被更改。MA5606T(config)display dbaprofile profileid 9 Profilename : dbaprofile_9 ProfileID: 9 type: 3 Bandwidth pensation: No Fix(kbps): 0 Assure(kbps): 10240 Max(kbps): 15360 bindtimes: 3 如果需要更改ONT的DBA模板,則可通過(guò)如下命令實(shí)現(xiàn): 1)新建DBA模板MA5606T(config)dbaprofile add profileid 77 type3 assure 200000 max 200000 Command: dbaprofile add profileid 77 type3 assure 200000 max 200000MA5606T(config)display dbaprofile profileid 77 Profilename : dbaprofile_77 ProfileID: 77 type: 3 Bandwidth pensation: No Fix(kbps): 0 Assure(kbps): 200000 Max(kbps): 200000 bindtimes: 0 2)修改或綁帶DBA模板MA5606T(configifepon0/3)ont modify 2 4{ authtypeK|discoverymodeK|descK|macK|passwordK|multicastmodeK|multicastfastleaveK|fecK|dbaprofileK|encryptK|cirK }:dbaprofile{ profileidU1,512 }:77{ cr|multicastmodeK|multicastfastleaveK|fecK|encryptK|cirK }: Command: ont modify 2 4 dbaprofile 77MA5606T(configifepon0/3) Modify ONT succeededONT流量、VLAN配置 華為局端對(duì)所有不帶VLAN的流都會(huì)采取丟棄處理,因此不管是上行還是下行業(yè)務(wù)流經(jīng)過(guò)局端時(shí)必須要攜帶VLAN。 1)ONT VLAN配置 對(duì)ONT而言,端口有3種工作模式:transparent、TAG和translation。而華為局端上定義了4種工作模式,但其實(shí)和CTC定義的三種VLAN模式是相對(duì)應(yīng)的。(1)配置ONT port1為transparent模式,和CTC定義的transparent相同。MA5606T(configifepon0/3)ont port vlan 2 4{ feK|geK }:fe 1{ svlanidU1,4094|transparentK|translationK }:transparent Command: ont port vlan 2 4 fe 1 transparentMA5606T(configifepon0/3) Success to set the VLAN configuration of the ONT port (2)配置ONT port2為T(mén)AG標(biāo)記模式,和CTC定義的translation 自己轉(zhuǎn)換成自己的情況相同。MA5606T(configifepon0/3)ont port vlan 2 4{ feK|geK }:fe 2{ svlanidU1,4094|transparentK|translationK }:100 Command: ont port vlan 2 4 fe 2 100MA5606T(configifepon0/3) Success to set the VLAN configuration of the ONT port (3)配置ONT port3為T(mén)AG模式,和CTC定義的TAG模式相同,但在華為局端下,若要配置端口處于TAG模式時(shí),須先配置端口為T(mén)AG標(biāo)記模式。MA5606T(configifepon0/3)ont port vlan 2 4 fe 3 200MA5606T(configifepon0/3) Success to set the VLAN configuration of the ONT portMA5606T(configifepon0/3)ont port nativevlan 2 4 fe 3{ vlanK }:vlan 200 Command: ont port nativevlan 2 4 fe 3 vlan 200MA5606T(configifepon0/3) Setting the native VLAN for the specified port succeeded (4)配置ONT port4為translation模式,和CTC定義的translation模式相同,但區(qū)別在于不需要配置default vlan。MA5606T(configifepon0/3)ont port vlan 2 4 fe 4{ svlanidU1,4094|transparentK|translationK }:translation{ svlanidU1,4094 }:111 uservlan 222 Command: ont port vlan 2 4 fe 4 translation 111 uservlan 222MA5606T(configif