SlideShare una empresa de Scribd logo
1 de 7
How to Add and Delete ONT on the OLT Device
1 How to add an ONT on the OLT device
The Huawei ONT is connected to the GPON port of the OLT through optical fibers. The
service can be configured only after an ONT is successfully added on the Huawei OLT.
Two ONTs are connected to GPON port 0/1/1. The ONT IDs are 1 and 2, the SNs are
6877687714852900 and 6877687714852901, the management mode is OMCI, and ONT
line profile 10 and service profile 10 are bound to the two ONTs.
(1) Add an ONT offline.
If the password or SN of an ONT is obtained, you can run the ONT add command to add
the ONT offline.
huawei(config)#interface gpon 0/1
huawei(config-if-gpon-0/1)#ont add 1 1 sn-auth 6877687714852900 omci ont-
lineprofile-id 10 ont-srvprofile-id 10
huawei(config-if-gpon-0/1)#ont add 1 2 sn-auth 6877687714852901 omci ont-
lineprofile-id 10 ont-srvprofile-id 10
(2) Automatically find an ONT.
If the password or SN of an ONT is unknown, run the port portid ont-auto-
find command in the GPON mode to enable the ONT auto-find function of the GPON
port. Then, run the ont confirm command to confirm the ONT.
huawei(config)#interface gpon 0/1
huawei(config-if-gpon-0/1)#port 1 ont-auto-find enable
huawei(config-if-gpon-0/1)#display ont autofind 1
//After this command is executed, the information about all ONTs connected to
the GPON port through the optical splitter is displayed.
------------------------------------------------------------------------
Number : 1
F/S/P : 0/1/1
Ont SN : 6877687714852900
Password :
VenderID : HWTC
Ont Version : 120D0010
Ont SoftwareVersion : V1R006C00
Ont EquipmentID : 247
1
Ont autofind time : 2011-02-10 14:59:10
------------------------------------------------------------------------
Number : 2
F/S/P : 0/1/1
Ont SN : 6877687714852901
Password :
VenderID : HWTC
Ont Version : 120D0010
Ont SoftwareVersion : V1R006C00
Ont EquipmentID : 247
Ont autofind time : 2011-02-10 14:59:12
------------------------------------------------------------------------
huawei(config-if-gpon-0/1)#ont confirm 1 ontid 1 sn-auth 6877687714852900 omci
ont-lineprofile-id 10 ont-srvprofile-id 10
huawei(config-if-gpon-0/1)#ont confirm 1 ontid 2 sn-auth 6877687714852901 omci
ont-lineprofile-id 10 ont-srvprofile-id 10
NOTE:
If multiple ONTs of the same type are connected to a port and the same line profile or
service profile is bound to the ONTs, you can add ONTs in batches by confirming the auto
discovered ONTs in batches to simplify the operation and increase the configuration
efficiency. For example, the preceding command can be modified as follows:
huawei(config-if-gpon-0/1)#ont confirm 1 all sn-auth omci ont-lineprofile-id 10 ont-
srvprofile-id 10
a. (Optional) Bind an alarm profile to the ONT.
In this example, bind the default alarm profile, namely alarm profile 1 to the ONT.
huawei(config-if-gpon-0/1)#ont alarm-profile 1 1 profile-id 1
huawei(config-if-gpon-0/1)#ont alarm-profile 1 2 profile-id 1
2. Confirm that the ONT goes online normally.
After an ONT is added, run the display ont info command to query the current status of
the ONT. Ensure that Control flag of the ONT is active, Run State is online, Config
state is normal, and Match state is match.
huawei(config-if-gpon-0/1)#display ont info 1 1
---------------------------------------------------------------------
F/S/P : 0/1/1
ONT-ID : 1
2
Control flag : active //Indicates that the ONT is activated.
Run state : online //Indicates that the ONT goes online normally.
Config state : normal //Indicates that the configuration status of the
ONT is normal.
Match state : match //Indicates that the capability profile bound to
the ONT is consistent with the actual capability
of the ONT.
...//The rest of the response information is omitted.
If the ONT state fails, the ONT fails to be in the up state, or the ONT does not match,
check the ONT state by referring to the above-mentioned descriptions.
If Control flag is deactive, run the ont activate command in the GPON port mode to
activate the ONT.
If the ONT fails to be in the up state, that is, Run state is offline, the physical line may
be broken or the optical transceiver may be damaged. You need to check both the
material and the line.
If the ONT state fails, that is, Config state is failed, the ONT capability set outmatches
the actual ONT capabilities (For details about the ONT actual capabilities, see Reference
of GPON ONT Capability Sets). In this case, run the display ont failed-
configuration command in the diagnosis mode to check the failed configuration item and
the failure cause. Then, rectify the fault according to actual conditions.
NOTE:
If an ONT supports only four queues, the values of 4–7 of the priority-queue
parameter in the gem add command are invalid. After configuration recovers, Config
state will be failed.
If the ONT does not match, that is, Match state is mismatch, the port types and number
of ports undermatch the actual port types and number of ports supported by the ONT. In
this case, run the display ont capability command to query the actual capability of the
ONT, and then select one of the following modes to modify the ONT configuration:
Create a proper ONT profile according to the actual capability of the ONT, and then run
the ont modify command to modify the configuration data of the ONT.
Modify the ONT profile according to the actual capability of the ONT and save the
modification. Then, the ONT automatically recovers the configuration successfully.
3
2 How to delete an ONT on OLT Device
This command is used to delete an ONT. The ONT configuration data is deleted with the
deletion of the ONT and the online ONT is forced offline. If the ONT configuration such as
the bound capability set profile and the authentication mode is incorrect, you can run this
command to delete the ONT, and then you can add it again.
Parameters
Parameter Description Value
portid Indicates the number of the
GPON port where the ONT to be
deleted is located.
Numeral type. Range:
varies with the board
type.
all Deletes all ONTs at a specified
GPON port. When you need to
delete ONTs in batches, use this
parameter.
-
ontid Indicates the number of the ONT
to be deleted. When you need to
delete a specified ONT, use this
parameter.
Numeral type. Range:
For GPBD: 0-127. For
other PON board: 0-63.
Usage Guidelines
• Run the config command to enter global config mode, and then run the interface
gpon command to enter GPON mode.
• An ONT cannot be deleted when it has been bound with a T-CONT profile, that is,
it has been configured with services. To delete it, run the tcont bind-profile
command to cancel its binding with the T-CONT profile.
Example
To delete ONT 2 on GPON port 0/3/0, do as follows:
huawei(config-if-gpon-0/3)#ont delete
{ portid<U><0,7> }:0
{ all<K>|ontid<U><0,127> }:2
Command:
ont delete 0 2
4
Number of ONTs that can be deleted: 1, success: 1
To delete all ONTs that has not been configured with services on GPON port 0/3/0, do as
follows:
huawei(config-if-gpon-0/3)#ont delete
{ portid<U><0,7> }:0
{ all<K>|ontid<U><0,127> }:all
Command:
ont delete 0 all
This command will delete all the ONTs in port
Are you sure to execute this command? (y/n)[n]: y
Number of ONTs that can be deleted: 1, success: 1
System Response
The system displays the message "Number of ONTs that can be deleted: x, success: y"
after an ONT is deleted successfully. The x and y are the number of the ONTs that can be
deleted and the number of the ONTs that are deleted successfully. The system prompts
information for you to confirm the operation after ONTs are deleted in batches.
More related:
The basic configuration of OLT
GPON vs EPON: a cost comparision
HG8245A VS HG8245: Wifi Signal Strength
MA5680T Vs MA5683T : A Distinct Comparison
GPON – Gigabit Passive Optical Network Introduction
More Huawei products and Reviews you can visit: http://www.huanetwork.com/blog
Huanetwork.com is a world leading Huawei networking products distributor, we wholesale
original new Huawei networking equipments, including Huawei switches, Huawei routers,
Huaweisymantec security products, Huawei IAD, Huawei SFP and other Huawei networking
products. Our customers include telecom operators, Huawei resellers, ISP and system integrators.
Right now most of our sales are contributed by regular customers.
5
In Huanetwork Lab, also we have Huawei OLT, MDU, DSLAM and switch for customer do
remote testing, any potential customer are welcome to login to our lab. If you need a total Huawei
FTTx solution or Huawei ADSL solution for your network, also you may feel free to contact us.
Our website: http://www.huanetwork.com
Telephone: +852-30501940
Email: sales@huanetwork.com
Address: 23/F Lucky Plaza, 315-321 Lockhart Road, Wanchai, Hongkong
6
In Huanetwork Lab, also we have Huawei OLT, MDU, DSLAM and switch for customer do
remote testing, any potential customer are welcome to login to our lab. If you need a total Huawei
FTTx solution or Huawei ADSL solution for your network, also you may feel free to contact us.
Our website: http://www.huanetwork.com
Telephone: +852-30501940
Email: sales@huanetwork.com
Address: 23/F Lucky Plaza, 315-321 Lockhart Road, Wanchai, Hongkong
6

Más contenido relacionado

La actualidad más candente

Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
Touhidul Fahim
 
The Modern Telco Network: Defining The Telco Cloud
The Modern Telco Network: Defining The Telco CloudThe Modern Telco Network: Defining The Telco Cloud
The Modern Telco Network: Defining The Telco Cloud
Marco Rodrigues
 
Juniper Srx quickstart-12.1r3
Juniper Srx quickstart-12.1r3Juniper Srx quickstart-12.1r3
Juniper Srx quickstart-12.1r3
Mohamed Al-Natour
 

La actualidad más candente (20)

ZyXEL Next Generation GPON-FTTH solution
ZyXEL Next Generation GPON-FTTH solutionZyXEL Next Generation GPON-FTTH solution
ZyXEL Next Generation GPON-FTTH solution
 
CommScope RUCKUS ICX Switching Configuration
CommScope RUCKUS ICX Switching ConfigurationCommScope RUCKUS ICX Switching Configuration
CommScope RUCKUS ICX Switching Configuration
 
Subnetting
SubnettingSubnetting
Subnetting
 
Understanding and Troubleshooting ASA NAT
Understanding and Troubleshooting ASA NATUnderstanding and Troubleshooting ASA NAT
Understanding and Troubleshooting ASA NAT
 
Device security master (ASA Firewall) - project thesis - SZABIST-ZABTech Hyde...
Device security master (ASA Firewall) - project thesis - SZABIST-ZABTech Hyde...Device security master (ASA Firewall) - project thesis - SZABIST-ZABTech Hyde...
Device security master (ASA Firewall) - project thesis - SZABIST-ZABTech Hyde...
 
Networking in linux
Networking in linuxNetworking in linux
Networking in linux
 
1000 Ccna Questions And Answers
1000 Ccna Questions And Answers1000 Ccna Questions And Answers
1000 Ccna Questions And Answers
 
How to Configure QinQ?
How to Configure QinQ?How to Configure QinQ?
How to Configure QinQ?
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
 
The Modern Telco Network: Defining The Telco Cloud
The Modern Telco Network: Defining The Telco CloudThe Modern Telco Network: Defining The Telco Cloud
The Modern Telco Network: Defining The Telco Cloud
 
CCNA ppt Day 1
CCNA ppt Day 1CCNA ppt Day 1
CCNA ppt Day 1
 
Cisco ASA Firewall Presentation - ZABTech center Hyderabad
Cisco ASA Firewall Presentation - ZABTech center HyderabadCisco ASA Firewall Presentation - ZABTech center Hyderabad
Cisco ASA Firewall Presentation - ZABTech center Hyderabad
 
Juniper Srx quickstart-12.1r3
Juniper Srx quickstart-12.1r3Juniper Srx quickstart-12.1r3
Juniper Srx quickstart-12.1r3
 
CCNA Wireless Lan (WLAN)
CCNA Wireless Lan (WLAN)CCNA Wireless Lan (WLAN)
CCNA Wireless Lan (WLAN)
 
Packet Tracer: Load Balancing with GLBP and FHRP
Packet Tracer: Load Balancing with GLBP and FHRPPacket Tracer: Load Balancing with GLBP and FHRP
Packet Tracer: Load Balancing with GLBP and FHRP
 
Ccna
CcnaCcna
Ccna
 
Mpls (3)
Mpls (3)Mpls (3)
Mpls (3)
 
Design of a campus network
Design of a campus networkDesign of a campus network
Design of a campus network
 
1 asr9 k platform architecture
1   asr9 k platform architecture1   asr9 k platform architecture
1 asr9 k platform architecture
 
Aruba Campus Wireless Networks
Aruba Campus Wireless NetworksAruba Campus Wireless Networks
Aruba Campus Wireless Networks
 

Destacado

003 obf600105 gpon ma5608 t basic operation and maintenance v8r15 issue1.02 (...
003 obf600105 gpon ma5608 t basic operation and maintenance v8r15 issue1.02 (...003 obf600105 gpon ma5608 t basic operation and maintenance v8r15 issue1.02 (...
003 obf600105 gpon ma5608 t basic operation and maintenance v8r15 issue1.02 (...
Cavanghetboi Cavangboihet
 

Destacado (20)

How to configure eo c services for huawei ol ts
How to configure eo c services for huawei ol tsHow to configure eo c services for huawei ol ts
How to configure eo c services for huawei ol ts
 
The Review of Huawei OLT
The Review of Huawei OLTThe Review of Huawei OLT
The Review of Huawei OLT
 
003 obf600105 gpon ma5608 t basic operation and maintenance v8r15 issue1.02 (...
003 obf600105 gpon ma5608 t basic operation and maintenance v8r15 issue1.02 (...003 obf600105 gpon ma5608 t basic operation and maintenance v8r15 issue1.02 (...
003 obf600105 gpon ma5608 t basic operation and maintenance v8r15 issue1.02 (...
 
Ont, olt and mdu in gpon technology
Ont, olt and mdu in gpon technologyOnt, olt and mdu in gpon technology
Ont, olt and mdu in gpon technology
 
The feature of huawei ma5600
The feature of huawei ma5600The feature of huawei ma5600
The feature of huawei ma5600
 
Gpon Fundamentals
Gpon FundamentalsGpon Fundamentals
Gpon Fundamentals
 
How to configure the logical distance of gpon
How to configure the logical distance of gponHow to configure the logical distance of gpon
How to configure the logical distance of gpon
 
How to configure i pv6 services in the fttb c (no hgws) scenario
How to configure i pv6 services in the fttb c (no hgws) scenarioHow to configure i pv6 services in the fttb c (no hgws) scenario
How to configure i pv6 services in the fttb c (no hgws) scenario
 
How to configure i pv6 static routes
How to configure i pv6 static routesHow to configure i pv6 static routes
How to configure i pv6 static routes
 
Huawei ftth c b e2 e solution
Huawei ftth c b e2 e solutionHuawei ftth c b e2 e solution
Huawei ftth c b e2 e solution
 
Huawei Router Basic Configuration Command
Huawei Router Basic Configuration CommandHuawei Router Basic Configuration Command
Huawei Router Basic Configuration Command
 
Huawei S5700 Basic Configuration Command
Huawei S5700 Basic Configuration CommandHuawei S5700 Basic Configuration Command
Huawei S5700 Basic Configuration Command
 
Gpon fundamentals
Gpon fundamentalsGpon fundamentals
Gpon fundamentals
 
Cisco vs. huawei CLI Commands
Cisco vs. huawei CLI CommandsCisco vs. huawei CLI Commands
Cisco vs. huawei CLI Commands
 
Huawei MA5683T GEPON OLT FTTx Network Solution
Huawei MA5683T GEPON OLT FTTx Network SolutionHuawei MA5683T GEPON OLT FTTx Network Solution
Huawei MA5683T GEPON OLT FTTx Network Solution
 
Huawei HG8245 Two Version GE / FE
Huawei HG8245 Two Version GE / FEHuawei HG8245 Two Version GE / FE
Huawei HG8245 Two Version GE / FE
 
What is gpon
What is gponWhat is gpon
What is gpon
 
Configuring the Device as a PPPoE Client on Huawei AR1200
Configuring the Device as a PPPoE Client on Huawei AR1200Configuring the Device as a PPPoE Client on Huawei AR1200
Configuring the Device as a PPPoE Client on Huawei AR1200
 
What’s the Difference Between GPON and EPON
What’s the Difference Between GPON and EPONWhat’s the Difference Between GPON and EPON
What’s the Difference Between GPON and EPON
 
How to configure inband management for huawei ma5616
How to configure inband management for huawei ma5616How to configure inband management for huawei ma5616
How to configure inband management for huawei ma5616
 

Similar a How to add and delete ont on the olt device

(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...
(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...
(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...
Lary Onyeka
 
VLAN, Trunk and 802.1q Router Configuration Objectiv.docx
VLAN, Trunk and 802.1q Router Configuration   Objectiv.docxVLAN, Trunk and 802.1q Router Configuration   Objectiv.docx
VLAN, Trunk and 802.1q Router Configuration Objectiv.docx
dickonsondorris
 
APIs EnhancementAPIs Enha
 APIs EnhancementAPIs Enha APIs EnhancementAPIs Enha
APIs EnhancementAPIs Enha
MargaritoWhitt221
 
Iai robonet controller_specsheet
Iai robonet controller_specsheetIai robonet controller_specsheet
Iai robonet controller_specsheet
Electromate
 

Similar a How to add and delete ont on the olt device (20)

corporate network
corporate networkcorporate network
corporate network
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configuration
 
(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...
(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...
(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...
 
huawei-s5731-s24un4x2q-brochure-datasheet.pdf
huawei-s5731-s24un4x2q-brochure-datasheet.pdfhuawei-s5731-s24un4x2q-brochure-datasheet.pdf
huawei-s5731-s24un4x2q-brochure-datasheet.pdf
 
Important cisco-chow-commands
Important cisco-chow-commandsImportant cisco-chow-commands
Important cisco-chow-commands
 
Basic switching concepts and configuration
Basic switching concepts and configurationBasic switching concepts and configuration
Basic switching concepts and configuration
 
VLAN, Trunk and 802.1q Router Configuration Objectiv.docx
VLAN, Trunk and 802.1q Router Configuration   Objectiv.docxVLAN, Trunk and 802.1q Router Configuration   Objectiv.docx
VLAN, Trunk and 802.1q Router Configuration Objectiv.docx
 
APIs EnhancementAPIs Enha
 APIs EnhancementAPIs Enha APIs EnhancementAPIs Enha
APIs EnhancementAPIs Enha
 
Fttx configuration-577 k-_ver_31072011
Fttx configuration-577 k-_ver_31072011Fttx configuration-577 k-_ver_31072011
Fttx configuration-577 k-_ver_31072011
 
96x1 poeers2550t
96x1 poeers2550t96x1 poeers2550t
96x1 poeers2550t
 
Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3
 
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAMCMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
 
69632 configuring-cat-ip-phone
69632 configuring-cat-ip-phone69632 configuring-cat-ip-phone
69632 configuring-cat-ip-phone
 
Labmannual
LabmannualLabmannual
Labmannual
 
Mg90 h102 ethernet master
Mg90 h102 ethernet masterMg90 h102 ethernet master
Mg90 h102 ethernet master
 
Umts parameter reference
Umts parameter referenceUmts parameter reference
Umts parameter reference
 
huawei-s5735-s48u4xe-v2-brochure-datasheet.pdf
huawei-s5735-s48u4xe-v2-brochure-datasheet.pdfhuawei-s5735-s48u4xe-v2-brochure-datasheet.pdf
huawei-s5735-s48u4xe-v2-brochure-datasheet.pdf
 
Iai robonet controller_specsheet
Iai robonet controller_specsheetIai robonet controller_specsheet
Iai robonet controller_specsheet
 
Nat report2
Nat report2Nat report2
Nat report2
 
TG-3269_V3_UG.pdf
TG-3269_V3_UG.pdfTG-3269_V3_UG.pdf
TG-3269_V3_UG.pdf
 

Más de Huanetwork

Huawei net engine5000e core router chassis and features
Huawei net engine5000e core router chassis and featuresHuawei net engine5000e core router chassis and features
Huawei net engine5000e core router chassis and features
Huanetwork
 

Más de Huanetwork (20)

Huawei s5710-ei-power-module-test-report
Huawei s5710-ei-power-module-test-reportHuawei s5710-ei-power-module-test-report
Huawei s5710-ei-power-module-test-report
 
Huanetwork x dsl solution - huawei adsl2+ and vdsl2 solution)
Huanetwork x dsl solution - huawei adsl2+ and vdsl2 solution)Huanetwork x dsl solution - huawei adsl2+ and vdsl2 solution)
Huanetwork x dsl solution - huawei adsl2+ and vdsl2 solution)
 
Wiki and solution in ftth technology
Wiki and solution in ftth technologyWiki and solution in ftth technology
Wiki and solution in ftth technology
 
What are the differences between huawei and cisco wlan products
What are the differences between huawei and cisco wlan productsWhat are the differences between huawei and cisco wlan products
What are the differences between huawei and cisco wlan products
 
Huawei ac6005
Huawei ac6005Huawei ac6005
Huawei ac6005
 
What is huawei quidway s5300 gigabit switches
What is huawei quidway s5300 gigabit switchesWhat is huawei quidway s5300 gigabit switches
What is huawei quidway s5300 gigabit switches
 
Huawei osn3500 typical networking in packet mode
Huawei osn3500 typical networking in packet modeHuawei osn3500 typical networking in packet mode
Huawei osn3500 typical networking in packet mode
 
Huawei opti x osn 1500 boards
Huawei opti x osn 1500 boardsHuawei opti x osn 1500 boards
Huawei opti x osn 1500 boards
 
Huawei net engine5000e core router chassis and features
Huawei net engine5000e core router chassis and featuresHuawei net engine5000e core router chassis and features
Huawei net engine5000e core router chassis and features
 
Huawei osn3500 typical networking in packet mode
Huawei osn3500 typical networking in packet modeHuawei osn3500 typical networking in packet mode
Huawei osn3500 typical networking in packet mode
 
Huawei s3700 cables
Huawei s3700 cablesHuawei s3700 cables
Huawei s3700 cables
 
Differences of Huawei S5700 Series LI, SI, EI and HI
Differences of Huawei S5700 Series LI, SI, EI and HIDifferences of Huawei S5700 Series LI, SI, EI and HI
Differences of Huawei S5700 Series LI, SI, EI and HI
 
Huawei s9300 terabit routing switch
Huawei s9300 terabit routing switchHuawei s9300 terabit routing switch
Huawei s9300 terabit routing switch
 
Huanetwork Design the Network Solution Free for You
Huanetwork Design the Network Solution Free for YouHuanetwork Design the Network Solution Free for You
Huanetwork Design the Network Solution Free for You
 
Configuration difference between ipv6 and ipv4
Configuration difference between ipv6 and ipv4Configuration difference between ipv6 and ipv4
Configuration difference between ipv6 and ipv4
 
How to configure the gpon ftth layer 2 internet access service on the nms
How to configure the gpon ftth layer 2 internet access service on the nmsHow to configure the gpon ftth layer 2 internet access service on the nms
How to configure the gpon ftth layer 2 internet access service on the nms
 
Version support for huawei s7700 components (1)
Version support for huawei s7700 components (1)Version support for huawei s7700 components (1)
Version support for huawei s7700 components (1)
 
Huawei router component selection guide – purchase list
Huawei router component selection guide – purchase listHuawei router component selection guide – purchase list
Huawei router component selection guide – purchase list
 
Naming conventions of huawei parts
Naming conventions of huawei partsNaming conventions of huawei parts
Naming conventions of huawei parts
 
Huawei AR Series Routers Application Comparison and Overview
Huawei AR Series Routers Application Comparison and OverviewHuawei AR Series Routers Application Comparison and Overview
Huawei AR Series Routers Application Comparison and Overview
 

Último

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 

Último (20)

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 

How to add and delete ont on the olt device

  • 1. How to Add and Delete ONT on the OLT Device 1 How to add an ONT on the OLT device The Huawei ONT is connected to the GPON port of the OLT through optical fibers. The service can be configured only after an ONT is successfully added on the Huawei OLT. Two ONTs are connected to GPON port 0/1/1. The ONT IDs are 1 and 2, the SNs are 6877687714852900 and 6877687714852901, the management mode is OMCI, and ONT line profile 10 and service profile 10 are bound to the two ONTs. (1) Add an ONT offline. If the password or SN of an ONT is obtained, you can run the ONT add command to add the ONT offline. huawei(config)#interface gpon 0/1 huawei(config-if-gpon-0/1)#ont add 1 1 sn-auth 6877687714852900 omci ont- lineprofile-id 10 ont-srvprofile-id 10 huawei(config-if-gpon-0/1)#ont add 1 2 sn-auth 6877687714852901 omci ont- lineprofile-id 10 ont-srvprofile-id 10 (2) Automatically find an ONT. If the password or SN of an ONT is unknown, run the port portid ont-auto- find command in the GPON mode to enable the ONT auto-find function of the GPON port. Then, run the ont confirm command to confirm the ONT. huawei(config)#interface gpon 0/1 huawei(config-if-gpon-0/1)#port 1 ont-auto-find enable huawei(config-if-gpon-0/1)#display ont autofind 1 //After this command is executed, the information about all ONTs connected to the GPON port through the optical splitter is displayed. ------------------------------------------------------------------------ Number : 1 F/S/P : 0/1/1 Ont SN : 6877687714852900 Password : VenderID : HWTC Ont Version : 120D0010 Ont SoftwareVersion : V1R006C00 Ont EquipmentID : 247 1
  • 2. Ont autofind time : 2011-02-10 14:59:10 ------------------------------------------------------------------------ Number : 2 F/S/P : 0/1/1 Ont SN : 6877687714852901 Password : VenderID : HWTC Ont Version : 120D0010 Ont SoftwareVersion : V1R006C00 Ont EquipmentID : 247 Ont autofind time : 2011-02-10 14:59:12 ------------------------------------------------------------------------ huawei(config-if-gpon-0/1)#ont confirm 1 ontid 1 sn-auth 6877687714852900 omci ont-lineprofile-id 10 ont-srvprofile-id 10 huawei(config-if-gpon-0/1)#ont confirm 1 ontid 2 sn-auth 6877687714852901 omci ont-lineprofile-id 10 ont-srvprofile-id 10 NOTE: If multiple ONTs of the same type are connected to a port and the same line profile or service profile is bound to the ONTs, you can add ONTs in batches by confirming the auto discovered ONTs in batches to simplify the operation and increase the configuration efficiency. For example, the preceding command can be modified as follows: huawei(config-if-gpon-0/1)#ont confirm 1 all sn-auth omci ont-lineprofile-id 10 ont- srvprofile-id 10 a. (Optional) Bind an alarm profile to the ONT. In this example, bind the default alarm profile, namely alarm profile 1 to the ONT. huawei(config-if-gpon-0/1)#ont alarm-profile 1 1 profile-id 1 huawei(config-if-gpon-0/1)#ont alarm-profile 1 2 profile-id 1 2. Confirm that the ONT goes online normally. After an ONT is added, run the display ont info command to query the current status of the ONT. Ensure that Control flag of the ONT is active, Run State is online, Config state is normal, and Match state is match. huawei(config-if-gpon-0/1)#display ont info 1 1 --------------------------------------------------------------------- F/S/P : 0/1/1 ONT-ID : 1 2
  • 3. Control flag : active //Indicates that the ONT is activated. Run state : online //Indicates that the ONT goes online normally. Config state : normal //Indicates that the configuration status of the ONT is normal. Match state : match //Indicates that the capability profile bound to the ONT is consistent with the actual capability of the ONT. ...//The rest of the response information is omitted. If the ONT state fails, the ONT fails to be in the up state, or the ONT does not match, check the ONT state by referring to the above-mentioned descriptions. If Control flag is deactive, run the ont activate command in the GPON port mode to activate the ONT. If the ONT fails to be in the up state, that is, Run state is offline, the physical line may be broken or the optical transceiver may be damaged. You need to check both the material and the line. If the ONT state fails, that is, Config state is failed, the ONT capability set outmatches the actual ONT capabilities (For details about the ONT actual capabilities, see Reference of GPON ONT Capability Sets). In this case, run the display ont failed- configuration command in the diagnosis mode to check the failed configuration item and the failure cause. Then, rectify the fault according to actual conditions. NOTE: If an ONT supports only four queues, the values of 4–7 of the priority-queue parameter in the gem add command are invalid. After configuration recovers, Config state will be failed. If the ONT does not match, that is, Match state is mismatch, the port types and number of ports undermatch the actual port types and number of ports supported by the ONT. In this case, run the display ont capability command to query the actual capability of the ONT, and then select one of the following modes to modify the ONT configuration: Create a proper ONT profile according to the actual capability of the ONT, and then run the ont modify command to modify the configuration data of the ONT. Modify the ONT profile according to the actual capability of the ONT and save the modification. Then, the ONT automatically recovers the configuration successfully. 3
  • 4. 2 How to delete an ONT on OLT Device This command is used to delete an ONT. The ONT configuration data is deleted with the deletion of the ONT and the online ONT is forced offline. If the ONT configuration such as the bound capability set profile and the authentication mode is incorrect, you can run this command to delete the ONT, and then you can add it again. Parameters Parameter Description Value portid Indicates the number of the GPON port where the ONT to be deleted is located. Numeral type. Range: varies with the board type. all Deletes all ONTs at a specified GPON port. When you need to delete ONTs in batches, use this parameter. - ontid Indicates the number of the ONT to be deleted. When you need to delete a specified ONT, use this parameter. Numeral type. Range: For GPBD: 0-127. For other PON board: 0-63. Usage Guidelines • Run the config command to enter global config mode, and then run the interface gpon command to enter GPON mode. • An ONT cannot be deleted when it has been bound with a T-CONT profile, that is, it has been configured with services. To delete it, run the tcont bind-profile command to cancel its binding with the T-CONT profile. Example To delete ONT 2 on GPON port 0/3/0, do as follows: huawei(config-if-gpon-0/3)#ont delete { portid<U><0,7> }:0 { all<K>|ontid<U><0,127> }:2 Command: ont delete 0 2 4
  • 5. Number of ONTs that can be deleted: 1, success: 1 To delete all ONTs that has not been configured with services on GPON port 0/3/0, do as follows: huawei(config-if-gpon-0/3)#ont delete { portid<U><0,7> }:0 { all<K>|ontid<U><0,127> }:all Command: ont delete 0 all This command will delete all the ONTs in port Are you sure to execute this command? (y/n)[n]: y Number of ONTs that can be deleted: 1, success: 1 System Response The system displays the message "Number of ONTs that can be deleted: x, success: y" after an ONT is deleted successfully. The x and y are the number of the ONTs that can be deleted and the number of the ONTs that are deleted successfully. The system prompts information for you to confirm the operation after ONTs are deleted in batches. More related: The basic configuration of OLT GPON vs EPON: a cost comparision HG8245A VS HG8245: Wifi Signal Strength MA5680T Vs MA5683T : A Distinct Comparison GPON – Gigabit Passive Optical Network Introduction More Huawei products and Reviews you can visit: http://www.huanetwork.com/blog Huanetwork.com is a world leading Huawei networking products distributor, we wholesale original new Huawei networking equipments, including Huawei switches, Huawei routers, Huaweisymantec security products, Huawei IAD, Huawei SFP and other Huawei networking products. Our customers include telecom operators, Huawei resellers, ISP and system integrators. Right now most of our sales are contributed by regular customers. 5
  • 6. In Huanetwork Lab, also we have Huawei OLT, MDU, DSLAM and switch for customer do remote testing, any potential customer are welcome to login to our lab. If you need a total Huawei FTTx solution or Huawei ADSL solution for your network, also you may feel free to contact us. Our website: http://www.huanetwork.com Telephone: +852-30501940 Email: sales@huanetwork.com Address: 23/F Lucky Plaza, 315-321 Lockhart Road, Wanchai, Hongkong 6
  • 7. In Huanetwork Lab, also we have Huawei OLT, MDU, DSLAM and switch for customer do remote testing, any potential customer are welcome to login to our lab. If you need a total Huawei FTTx solution or Huawei ADSL solution for your network, also you may feel free to contact us. Our website: http://www.huanetwork.com Telephone: +852-30501940 Email: sales@huanetwork.com Address: 23/F Lucky Plaza, 315-321 Lockhart Road, Wanchai, Hongkong 6