SlideShare a Scribd company logo
Network Load Notification Interface –
9900 WNG Interface
Version 1.3
Product Name:
9900 Wireless Network Guardian (WNG)
www.alcatel-lucent.com
Alcatel-Lucent, TiMetra, and the Alcatel-Lucent logo are registered trademarks of
Alcatel-Lucent. All other trademarks are the property of their respective owners.
Alcatel-Lucent assumes no responsibility for the accuracy of the information
presented, which is subject to change without notice. © 2011 Alcatel-Lucent. All
rights reserved.
Alcatel-Lucent 9900 WNG Congestion Alert Interface
Last Revised: 2011.05.20 Page 2 of 10 Version 1.3
This document contains Confidential Information of Alcatel-Lucent
TABLE OF CONTENTS
1. SCOPE...................................................................................................................................................3
2. 9900 WNG INTERFACE......................................................................................................................4
The 9900 WNG notifies the external entity over the interface of the following types of events:..............4
2.1 Network Performance Event Interface..............................................................................................4
2.2 Event Query Interface .......................................................................................................................5
3. RESTFUL INTERFACE DESCIRPTION ............................................................................................6
3.1 Network Performance Events............................................................................................................6
3.1.1 Network Load Alerts creation.................................................................................................6
3.1.2 NW Load Alerts Updates.........................................................................................................8
3.1.3 Clearing NW Load Alerts........................................................................................................8
3.2 Event Query Interface .......................................................................................................................9
Alcatel-Lucent 9900 WNG Congestion Alert Interface
Last Revised: 2011.05.20 Page 3 of 10 Version 1.3
This document contains Confidential Information of Alcatel-Lucent
1. SCOPE
This document describes the interface from the 9900 WNG to provide notification of congested
cells and the IP addresses contributing that network load. The interface is intended to be used to
identify loaded cells for the purpose of optimization.
Alcatel-Lucent 9900 WNG Congestion Alert Interface
Last Revised: 2011.05.20 Page 4 of 10 Version 1.3
This document contains Confidential Information of Alcatel-Lucent
2. 9900 WNG INTERFACE
The 9900 WNG network load notification interface is a RESTful, web services API. This API
uses request-response type messages to allow notification of anomaly events to external entities.
The communication between the 9900 WNG and the client may occur over HTTPS and using
port 8443. Alternatively the communication may be over SSH using port 22.
By default, the interface will communicate over secure connections (HTTPS or SSH), however,
the operator may optionally disable the security to just use HTTP.
The 9900 WNG notifies the external entity over the interface of the following types of
events:
• Network Performance Events – alerts associated with identifying a network element /
segment that is exhibiting a performance threshold crossing including the subscribers that
are contributing to that performance crossing threshold
In addition to notifications, an external entity can issue a query to obtain the status of particular
network element or correlation / event id as described below.
2.1 Network Performance Event Interface
The Network Performance Event notification interface provides notification of a performance
event on a per Network Element basis:
• Performance Event Type (eg. NWLoad Alert, Trend Alert)
• Event ID
• Timestamp in UTC format
• Refresh Update Type (time, transition, query)
• Network Element Type (CELL, RNC, SGSN…)
• Cell Type (CDMA, GPRS, W-CDMA, LTE, WIMAX…)
• Network Element name/ID
• Performance Event Status (Active or Cleared)
• Performance Event Intensity (0 to 5)
• Subscriber List - IP Addresses (v4/v6) of Subscribers traversing/terminating on the
Network Element
• Correlation ID
• Detector ID (Unique Identifier for each 9900 WNG detector)
As the Network Element enters into, exits from, or transitions from one level of intensity to
another, the 9900 WNG will notify the client.
The 9900 WNG can filter notifications and only send if a performance/trend event is of a
specified intensity threshold.
The 9900 WNG expects an HTTP status code response (eg. 200 OK), otherwise it will retry the
POST.
Alcatel-Lucent 9900 WNG Congestion Alert Interface
Last Revised: 2011.05.20 Page 5 of 10 Version 1.3
This document contains Confidential Information of Alcatel-Lucent
2.2 Event Query Interface
The Query Interface is used to allow an external entity to query the status of a particular network
element or correlation id/event id for outstanding or past events. This interface is useful in the
case where the external entity may have experienced a communication or system failure in which
event notifications may have been lost. As such the interface provides a mechanism to
synchronize the status between the 9900 WNG and external entity.
The content of the query will be identical to the event notification with the Refresh Update Type
= QUERY.
Alcatel-Lucent 9900 WNG Congestion Alert Interface
Last Revised: 2011.05.20 Page 6 of 10 Version 1.3
This document contains Confidential Information of Alcatel-Lucent
3. RESTFUL INTERFACE DESCIRPTION
3.1 Network Performance Events
The Network related events (NWloadalert alerts) are sent to the external entity using HTTP or
HTTPS to URI
<client-ip-addr>/wng/perfalert.
9900 WNG load alerts are created or cleared using method POST.
3.1.1 Network Load Alerts creation
The HTTP/HTTPS post for the creation of a performance alert (load alert) to the external entity
uses the following XML format.
<perfalert>
<NWloadalert>
<alertId></alertId>
<timestamp></timestamp>
<refupdate></refupdate>
<ne_type></ne_type>
<cell_type></cell_type>
<name></name>
<status></status>
<intensity></intensity>
<sub_list>
<subid>
<IMSI></IMSI>
<ipv4></ipv4>
<ipv6></ipv6)
</subid>
…
<subid>
<IMSI></IMSI>
<ipv4></ipv4>
<ipv6></ipv6)
</subid>
</sub_list>
<correlationId></correlationId>
<detectorId></detectorId>
</NWloadalert>
</perfalert>
Where the possible values for the different XML tags are:
<alert_id>
Unique integer id corresponding to the notification
<timestamp>
YYYY-MM-DD:HH:MM:SS:MS in UTC (including time-offset)
<ref-update>
TIME
TRANSITION
Alcatel-Lucent 9900 WNG Congestion Alert Interface
Last Revised: 2011.05.20 Page 7 of 10 Version 1.3
This document contains Confidential Information of Alcatel-Lucent
QUERY
NOTE: If a network element transitions from any intensity to a
different intensity, then the ref_update value will be set to
TRANSITION. If a network element remains in the current
intensity level for a configurable time period, the 9900 WNG will
re-issue and refresh the notification with an updated set of IP
addresses and set the ref_update value to TIME. The exception is
intensity 0. Notifications will only be generated on transitions
from and to intensity 0. If a network element remains in
intensity 0, no further notifications will be sent. By default,
the update interval between TIME notifications is 2 minutes,
however, this is system configurable via the 9900 WNG CLI. If
the update is the result of an external entity issuing a query
for the status, then the ref-update value will be set to QUERY.
<ne_type>
CELL
BS
RNC
SGSN
GGSN
Note: Currently the only supported value is CELL.
<cell_type>
CDMA
GPRS
W-CDMA
LTE
WIMAX
<name>
Network element name (eg. 20401602cc4dd9 is a cell id in hex format)
<status>
ACTIVE
ACKNOWLEDGED
AUTO_CLEARED
MANUAL_CLEARED
RESET_CLEARED
<intensity> values (0-5)
NOTE: The thresholds that correspond to the intensity values are user configured on the 9900 WNG.
<sub_list> list of subscribers in the network element at the time of the notification.
<sub_id> Subscriber id is used to provide an identification of subscriber breakdown per sub. The
subid tag will be repeated for each subscriber in the list and is used to identify the grouping of attributes
for that given subscriber (note the “id” portion will not be updated for each sub – instead it is strictly
used to separate entries.
Alcatel-Lucent 9900 WNG Congestion Alert Interface
Last Revised: 2011.05.20 Page 8 of 10 Version 1.3
This document contains Confidential Information of Alcatel-Lucent
<IMSI> The Subscriber IMSI or NAI.
<ipv4> The IP V4 address in text representation. If the subscriber does not have an IPv4 address, this
tag entry will be missing.
<ipv6> The IP V6 address in text representation. If the subscriber does not have an IPv6 address, this
tag entry will be missing.
The addresses will be in text representation for both v4 and v6 addresses. NOTE: If a UE has both a v4
and v6 address, both addresses will be in the list.
<correlationId> unique integer. Used to correlate to an update of an existing alert.
<detectorId> unique integer. This is used to identify the 9900 WNG detector from which the alert was
generated. Useful if the recipient is receiving alerts from multiple 9900 WNG detectors.
3.1.2 NW Load Alerts Updates
In order to update a NW Load Alert, the 9900 WNG sends the same XML message but using the
<ref_update> tag can be used to distinguish whether the update is due to a transition from one
intensity level to another or based on a time interval update.
If a network element transitions from any intensity to a different intensity, then the ref_update
value will be set to TRANSITION. If a network element remains in the current intensity level for
a configurable time period, the 9900 WNG will re-issue and refresh the notification with an
updated set of IP addresses and set the ref_update value to TIME. The exception is intensity 0.
Notifications will only be generated on transitions from and to intensity 0. If a network element
remains in intensity 0, no further notifications will be sent.
The <correlationId> in the message has to match the one in the original event creation, the
network element name has to match also.
The list of sub_list subscriber and address will be a complete list of all subs/addresses in that
congested network element at the time of the notification.
3.1.3 Clearing NW Load Alerts
In order to clear a NW Load Alert, the 9900 WNG sends the same XML message but using
<status> with one of the following:
AUTO_CLEARED
MANUAL_CLEARED
RESET_CLEARED
The intensity will also be set to 0.
The <correlationId> in the Clear message has to match the one in the original event creation, the
network element name has to match also.
Alcatel-Lucent 9900 WNG Congestion Alert Interface
Last Revised: 2011.05.20 Page 9 of 10 Version 1.3
This document contains Confidential Information of Alcatel-Lucent
3.2 Event Query Interface
The HTTP request for the creation of a status query and response to & from the 9900 WNG uses the
following XML format:
<statusquery>
<eventtype>
<queryId></queryid>
<alertId></alertId>
<name></name>
<correlationId></correlationId>
<detectorId></detectorId>
</eventtype>
</statusquery>
<queryId>
Mandatory - Unique integer id corresponding to the query
<eventtype>
Mandatory - Corrresponds to the type of event for which the
query shall be executed – NWLoadalert, trendalert, etc.
<alertId>
Optional – corresponds to the alertID that was reported during
the notification
<name>
Optional – corresponds to the network element name for which
the query shall be executed upon.
<correlationid>
Optional – corresponds to the correlationid for a given set of
alerts
One of alertid, name, or correlationid must be specified in the query.
If name or correrlationid are specified, the latest status is provided.
Response
<statusresponse>
<queryid>
<querytimestamp></querytimestamp>
SAME CONTENT AS NOTIFICATION ABOVE
</queryid>
</statusres[pmse>
Alcatel-Lucent 9900 WNG Congestion Alert Interface
Last Revised: 2011.05.20 Page 10 of 10 Version 1.3
This document contains Confidential Information of Alcatel-Lucent
- END OF DOCUMENT -

More Related Content

Viewers also liked

Presentation: The QoE (Introduction)
Presentation: The QoE (Introduction)Presentation: The QoE (Introduction)
Presentation: The QoE (Introduction)
Christina Azzam
 
Presentation: The QoE (Case Study)
Presentation: The QoE (Case Study)Presentation: The QoE (Case Study)
Presentation: The QoE (Case Study)
Christina Azzam
 
Presentation: Nestlé
Presentation: NestléPresentation: Nestlé
Presentation: Nestlé
Christina Azzam
 
QoE- ToIP
QoE- ToIPQoE- ToIP
nokia_netact_brochure
nokia_netact_brochurenokia_netact_brochure
nokia_netact_brochure
Ana Sousa
 
On QoE Metrics and QoE Fairness for Network & Traffic Management
On QoE Metrics and QoE Fairness for Network & Traffic ManagementOn QoE Metrics and QoE Fairness for Network & Traffic Management
On QoE Metrics and QoE Fairness for Network & Traffic Management
Tobias Hoßfeld
 
Network and Multimedia QoE Management
Network and Multimedia QoE ManagementNetwork and Multimedia QoE Management
Network and Multimedia QoE Management
Sheng-Wei (Kuan-Ta) Chen
 
IMS Session Flow
IMS Session FlowIMS Session Flow
IMS Session Flow
Kent Loh
 
Simplifying IMS - IMS, VoLTE, RCS and LTE
Simplifying IMS - IMS, VoLTE, RCS and LTESimplifying IMS - IMS, VoLTE, RCS and LTE
Simplifying IMS - IMS, VoLTE, RCS and LTE
Robert Seymour
 
IMS Registration Flow
IMS Registration FlowIMS Registration Flow
IMS Registration Flow
Kent Loh
 
Ims call flow
Ims call flowIms call flow
Ims call flow
Morg
 

Viewers also liked (11)

Presentation: The QoE (Introduction)
Presentation: The QoE (Introduction)Presentation: The QoE (Introduction)
Presentation: The QoE (Introduction)
 
Presentation: The QoE (Case Study)
Presentation: The QoE (Case Study)Presentation: The QoE (Case Study)
Presentation: The QoE (Case Study)
 
Presentation: Nestlé
Presentation: NestléPresentation: Nestlé
Presentation: Nestlé
 
QoE- ToIP
QoE- ToIPQoE- ToIP
QoE- ToIP
 
nokia_netact_brochure
nokia_netact_brochurenokia_netact_brochure
nokia_netact_brochure
 
On QoE Metrics and QoE Fairness for Network & Traffic Management
On QoE Metrics and QoE Fairness for Network & Traffic ManagementOn QoE Metrics and QoE Fairness for Network & Traffic Management
On QoE Metrics and QoE Fairness for Network & Traffic Management
 
Network and Multimedia QoE Management
Network and Multimedia QoE ManagementNetwork and Multimedia QoE Management
Network and Multimedia QoE Management
 
IMS Session Flow
IMS Session FlowIMS Session Flow
IMS Session Flow
 
Simplifying IMS - IMS, VoLTE, RCS and LTE
Simplifying IMS - IMS, VoLTE, RCS and LTESimplifying IMS - IMS, VoLTE, RCS and LTE
Simplifying IMS - IMS, VoLTE, RCS and LTE
 
IMS Registration Flow
IMS Registration FlowIMS Registration Flow
IMS Registration Flow
 
Ims call flow
Ims call flowIms call flow
Ims call flow
 

Similar to Alu 9900 wng_congestion_notification_interface_v1 3_external

03 PO_SP2001_E01_0 L2 Technology_VLAN.pdf
03 PO_SP2001_E01_0 L2 Technology_VLAN.pdf03 PO_SP2001_E01_0 L2 Technology_VLAN.pdf
03 PO_SP2001_E01_0 L2 Technology_VLAN.pdf
NguynTy5
 
TG-3269_V3_UG.pdf
TG-3269_V3_UG.pdfTG-3269_V3_UG.pdf
TG-3269_V3_UG.pdf
FredyPacori
 
Installing motorola pbn_products
Installing motorola pbn_productsInstalling motorola pbn_products
Installing motorola pbn_products
Advantec Distribution
 
03 ft48923 en02gla0_general topics_
03 ft48923 en02gla0_general topics_03 ft48923 en02gla0_general topics_
03 ft48923 en02gla0_general topics_
MelikaAjami
 
CCNA CHAPTER 14 BY jetarvind kumar madhukar
CCNA CHAPTER 14 BY jetarvind kumar madhukarCCNA CHAPTER 14 BY jetarvind kumar madhukar
CCNA CHAPTER 14 BY jetarvind kumar madhukar
ALLCAD Services Pvt Limited
 
VLAN Trunking Protocol
VLAN Trunking ProtocolVLAN Trunking Protocol
VLAN Trunking Protocol
Netwax Lab
 
Virtual Local Area Network
Virtual Local Area NetworkVirtual Local Area Network
Virtual Local Area Network
Atakan ATAK
 
Distribution Automation based on IEC61850
Distribution Automation based on IEC61850Distribution Automation based on IEC61850
Distribution Automation based on IEC61850
Nirmal Thaliyil
 
Vlan
Vlan Vlan
Vlan
sanss40
 
Ccna 3 v 4.0 final-exam-17-07-2010
Ccna 3 v 4.0 final-exam-17-07-2010Ccna 3 v 4.0 final-exam-17-07-2010
Ccna 3 v 4.0 final-exam-17-07-2010
irbas
 
Ccna 3 v4.0 final-exam-17-07-2010
Ccna 3 v4.0  final-exam-17-07-2010Ccna 3 v4.0  final-exam-17-07-2010
Ccna 3 v4.0 final-exam-17-07-2010
irbas
 
Hardened Ethernet In ITS 2010
Hardened Ethernet In ITS 2010Hardened Ethernet In ITS 2010
Hardened Ethernet In ITS 2010
ethersteve
 
Vlan configuration guide
Vlan configuration guideVlan configuration guide
Vlan configuration guide
prabh_in
 
Architectural Review Emergency Lighting Systems
Architectural Review Emergency Lighting  SystemsArchitectural Review Emergency Lighting  Systems
Architectural Review Emergency Lighting Systems
vannusanthosh
 
21 An X10 based intelligent gateway for Process Control Applications - 7th Wo...
21 An X10 based intelligent gateway for Process Control Applications - 7th Wo...21 An X10 based intelligent gateway for Process Control Applications - 7th Wo...
21 An X10 based intelligent gateway for Process Control Applications - 7th Wo...
Cristian Randieri PhD
 
V P N
V P NV P N
V P N
bhathiji
 
Vlan final
Vlan finalVlan final
Vlan final
Veena Rao
 
Virtual local area network
Virtual local area networkVirtual local area network
Virtual local area network
Veena Rao
 
Yokogawa Field Wireless Solution
Yokogawa Field Wireless SolutionYokogawa Field Wireless Solution
Yokogawa Field Wireless Solution
Power Specialties, Inc.
 
從INTEL技術談網路卡
從INTEL技術談網路卡從INTEL技術談網路卡
從INTEL技術談網路卡
zman
 

Similar to Alu 9900 wng_congestion_notification_interface_v1 3_external (20)

03 PO_SP2001_E01_0 L2 Technology_VLAN.pdf
03 PO_SP2001_E01_0 L2 Technology_VLAN.pdf03 PO_SP2001_E01_0 L2 Technology_VLAN.pdf
03 PO_SP2001_E01_0 L2 Technology_VLAN.pdf
 
TG-3269_V3_UG.pdf
TG-3269_V3_UG.pdfTG-3269_V3_UG.pdf
TG-3269_V3_UG.pdf
 
Installing motorola pbn_products
Installing motorola pbn_productsInstalling motorola pbn_products
Installing motorola pbn_products
 
03 ft48923 en02gla0_general topics_
03 ft48923 en02gla0_general topics_03 ft48923 en02gla0_general topics_
03 ft48923 en02gla0_general topics_
 
CCNA CHAPTER 14 BY jetarvind kumar madhukar
CCNA CHAPTER 14 BY jetarvind kumar madhukarCCNA CHAPTER 14 BY jetarvind kumar madhukar
CCNA CHAPTER 14 BY jetarvind kumar madhukar
 
VLAN Trunking Protocol
VLAN Trunking ProtocolVLAN Trunking Protocol
VLAN Trunking Protocol
 
Virtual Local Area Network
Virtual Local Area NetworkVirtual Local Area Network
Virtual Local Area Network
 
Distribution Automation based on IEC61850
Distribution Automation based on IEC61850Distribution Automation based on IEC61850
Distribution Automation based on IEC61850
 
Vlan
Vlan Vlan
Vlan
 
Ccna 3 v 4.0 final-exam-17-07-2010
Ccna 3 v 4.0 final-exam-17-07-2010Ccna 3 v 4.0 final-exam-17-07-2010
Ccna 3 v 4.0 final-exam-17-07-2010
 
Ccna 3 v4.0 final-exam-17-07-2010
Ccna 3 v4.0  final-exam-17-07-2010Ccna 3 v4.0  final-exam-17-07-2010
Ccna 3 v4.0 final-exam-17-07-2010
 
Hardened Ethernet In ITS 2010
Hardened Ethernet In ITS 2010Hardened Ethernet In ITS 2010
Hardened Ethernet In ITS 2010
 
Vlan configuration guide
Vlan configuration guideVlan configuration guide
Vlan configuration guide
 
Architectural Review Emergency Lighting Systems
Architectural Review Emergency Lighting  SystemsArchitectural Review Emergency Lighting  Systems
Architectural Review Emergency Lighting Systems
 
21 An X10 based intelligent gateway for Process Control Applications - 7th Wo...
21 An X10 based intelligent gateway for Process Control Applications - 7th Wo...21 An X10 based intelligent gateway for Process Control Applications - 7th Wo...
21 An X10 based intelligent gateway for Process Control Applications - 7th Wo...
 
V P N
V P NV P N
V P N
 
Vlan final
Vlan finalVlan final
Vlan final
 
Virtual local area network
Virtual local area networkVirtual local area network
Virtual local area network
 
Yokogawa Field Wireless Solution
Yokogawa Field Wireless SolutionYokogawa Field Wireless Solution
Yokogawa Field Wireless Solution
 
從INTEL技術談網路卡
從INTEL技術談網路卡從INTEL技術談網路卡
從INTEL技術談網路卡
 

More from navaidkhan

Tmw20127 turgut.c
Tmw20127 turgut.cTmw20127 turgut.c
Tmw20127 turgut.cnavaidkhan
 
Tmw20120 gunter lind.h
Tmw20120 gunter lind.hTmw20120 gunter lind.h
Tmw20120 gunter lind.hnavaidkhan
 
Tmw20116 brooks.l
Tmw20116 brooks.lTmw20116 brooks.l
Tmw20116 brooks.lnavaidkhan
 
Tmw20101 hayden.j and spaar
Tmw20101 hayden.j and spaarTmw20101 hayden.j and spaar
Tmw20101 hayden.j and spaar
navaidkhan
 
Tmw20098 land
Tmw20098 landTmw20098 land
Tmw20098 land
navaidkhan
 
Tmw20092 michelsen.d
Tmw20092 michelsen.dTmw20092 michelsen.d
Tmw20092 michelsen.dnavaidkhan
 
Tmw20115 baroux.c
Tmw20115 baroux.cTmw20115 baroux.c
Tmw20115 baroux.cnavaidkhan
 
Huawei - Access failures troubleshooting work shop
Huawei - Access failures troubleshooting work shopHuawei - Access failures troubleshooting work shop
Huawei - Access failures troubleshooting work shop
navaidkhan
 
Huawei - Lte handover troubleshooting
Huawei - Lte handover troubleshootingHuawei - Lte handover troubleshooting
Huawei - Lte handover troubleshooting
navaidkhan
 
Skyfire log files100411
Skyfire log files100411Skyfire log files100411
Skyfire log files100411
navaidkhan
 
Smartphones – A game changer in expectations of customer experience
Smartphones – A game changer in expectations of customer experienceSmartphones – A game changer in expectations of customer experience
Smartphones – A game changer in expectations of customer experience
navaidkhan
 
Self optimizing networks-benefits of son in lte-july 2011
Self optimizing networks-benefits of son in lte-july 2011Self optimizing networks-benefits of son in lte-july 2011
Self optimizing networks-benefits of son in lte-july 2011
navaidkhan
 
Emerging database landscape july 2011
Emerging database landscape july 2011Emerging database landscape july 2011
Emerging database landscape july 2011
navaidkhan
 
Signalsflash070113 LTE World Summit Key take aways
Signalsflash070113 LTE World Summit Key take awaysSignalsflash070113 LTE World Summit Key take aways
Signalsflash070113 LTE World Summit Key take aways
navaidkhan
 

More from navaidkhan (15)

TMF Nice
TMF Nice TMF Nice
TMF Nice
 
Tmw20127 turgut.c
Tmw20127 turgut.cTmw20127 turgut.c
Tmw20127 turgut.c
 
Tmw20120 gunter lind.h
Tmw20120 gunter lind.hTmw20120 gunter lind.h
Tmw20120 gunter lind.h
 
Tmw20116 brooks.l
Tmw20116 brooks.lTmw20116 brooks.l
Tmw20116 brooks.l
 
Tmw20101 hayden.j and spaar
Tmw20101 hayden.j and spaarTmw20101 hayden.j and spaar
Tmw20101 hayden.j and spaar
 
Tmw20098 land
Tmw20098 landTmw20098 land
Tmw20098 land
 
Tmw20092 michelsen.d
Tmw20092 michelsen.dTmw20092 michelsen.d
Tmw20092 michelsen.d
 
Tmw20115 baroux.c
Tmw20115 baroux.cTmw20115 baroux.c
Tmw20115 baroux.c
 
Huawei - Access failures troubleshooting work shop
Huawei - Access failures troubleshooting work shopHuawei - Access failures troubleshooting work shop
Huawei - Access failures troubleshooting work shop
 
Huawei - Lte handover troubleshooting
Huawei - Lte handover troubleshootingHuawei - Lte handover troubleshooting
Huawei - Lte handover troubleshooting
 
Skyfire log files100411
Skyfire log files100411Skyfire log files100411
Skyfire log files100411
 
Smartphones – A game changer in expectations of customer experience
Smartphones – A game changer in expectations of customer experienceSmartphones – A game changer in expectations of customer experience
Smartphones – A game changer in expectations of customer experience
 
Self optimizing networks-benefits of son in lte-july 2011
Self optimizing networks-benefits of son in lte-july 2011Self optimizing networks-benefits of son in lte-july 2011
Self optimizing networks-benefits of son in lte-july 2011
 
Emerging database landscape july 2011
Emerging database landscape july 2011Emerging database landscape july 2011
Emerging database landscape july 2011
 
Signalsflash070113 LTE World Summit Key take aways
Signalsflash070113 LTE World Summit Key take awaysSignalsflash070113 LTE World Summit Key take aways
Signalsflash070113 LTE World Summit Key take aways
 

Recently uploaded

GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Tatiana Kojar
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024
Intelisync
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
Postman
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
ssuserfac0301
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
fredae14
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
alexjohnson7307
 

Recently uploaded (20)

GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
 

Alu 9900 wng_congestion_notification_interface_v1 3_external

  • 1. Network Load Notification Interface – 9900 WNG Interface Version 1.3 Product Name: 9900 Wireless Network Guardian (WNG) www.alcatel-lucent.com Alcatel-Lucent, TiMetra, and the Alcatel-Lucent logo are registered trademarks of Alcatel-Lucent. All other trademarks are the property of their respective owners. Alcatel-Lucent assumes no responsibility for the accuracy of the information presented, which is subject to change without notice. © 2011 Alcatel-Lucent. All rights reserved.
  • 2. Alcatel-Lucent 9900 WNG Congestion Alert Interface Last Revised: 2011.05.20 Page 2 of 10 Version 1.3 This document contains Confidential Information of Alcatel-Lucent TABLE OF CONTENTS 1. SCOPE...................................................................................................................................................3 2. 9900 WNG INTERFACE......................................................................................................................4 The 9900 WNG notifies the external entity over the interface of the following types of events:..............4 2.1 Network Performance Event Interface..............................................................................................4 2.2 Event Query Interface .......................................................................................................................5 3. RESTFUL INTERFACE DESCIRPTION ............................................................................................6 3.1 Network Performance Events............................................................................................................6 3.1.1 Network Load Alerts creation.................................................................................................6 3.1.2 NW Load Alerts Updates.........................................................................................................8 3.1.3 Clearing NW Load Alerts........................................................................................................8 3.2 Event Query Interface .......................................................................................................................9
  • 3. Alcatel-Lucent 9900 WNG Congestion Alert Interface Last Revised: 2011.05.20 Page 3 of 10 Version 1.3 This document contains Confidential Information of Alcatel-Lucent 1. SCOPE This document describes the interface from the 9900 WNG to provide notification of congested cells and the IP addresses contributing that network load. The interface is intended to be used to identify loaded cells for the purpose of optimization.
  • 4. Alcatel-Lucent 9900 WNG Congestion Alert Interface Last Revised: 2011.05.20 Page 4 of 10 Version 1.3 This document contains Confidential Information of Alcatel-Lucent 2. 9900 WNG INTERFACE The 9900 WNG network load notification interface is a RESTful, web services API. This API uses request-response type messages to allow notification of anomaly events to external entities. The communication between the 9900 WNG and the client may occur over HTTPS and using port 8443. Alternatively the communication may be over SSH using port 22. By default, the interface will communicate over secure connections (HTTPS or SSH), however, the operator may optionally disable the security to just use HTTP. The 9900 WNG notifies the external entity over the interface of the following types of events: • Network Performance Events – alerts associated with identifying a network element / segment that is exhibiting a performance threshold crossing including the subscribers that are contributing to that performance crossing threshold In addition to notifications, an external entity can issue a query to obtain the status of particular network element or correlation / event id as described below. 2.1 Network Performance Event Interface The Network Performance Event notification interface provides notification of a performance event on a per Network Element basis: • Performance Event Type (eg. NWLoad Alert, Trend Alert) • Event ID • Timestamp in UTC format • Refresh Update Type (time, transition, query) • Network Element Type (CELL, RNC, SGSN…) • Cell Type (CDMA, GPRS, W-CDMA, LTE, WIMAX…) • Network Element name/ID • Performance Event Status (Active or Cleared) • Performance Event Intensity (0 to 5) • Subscriber List - IP Addresses (v4/v6) of Subscribers traversing/terminating on the Network Element • Correlation ID • Detector ID (Unique Identifier for each 9900 WNG detector) As the Network Element enters into, exits from, or transitions from one level of intensity to another, the 9900 WNG will notify the client. The 9900 WNG can filter notifications and only send if a performance/trend event is of a specified intensity threshold. The 9900 WNG expects an HTTP status code response (eg. 200 OK), otherwise it will retry the POST.
  • 5. Alcatel-Lucent 9900 WNG Congestion Alert Interface Last Revised: 2011.05.20 Page 5 of 10 Version 1.3 This document contains Confidential Information of Alcatel-Lucent 2.2 Event Query Interface The Query Interface is used to allow an external entity to query the status of a particular network element or correlation id/event id for outstanding or past events. This interface is useful in the case where the external entity may have experienced a communication or system failure in which event notifications may have been lost. As such the interface provides a mechanism to synchronize the status between the 9900 WNG and external entity. The content of the query will be identical to the event notification with the Refresh Update Type = QUERY.
  • 6. Alcatel-Lucent 9900 WNG Congestion Alert Interface Last Revised: 2011.05.20 Page 6 of 10 Version 1.3 This document contains Confidential Information of Alcatel-Lucent 3. RESTFUL INTERFACE DESCIRPTION 3.1 Network Performance Events The Network related events (NWloadalert alerts) are sent to the external entity using HTTP or HTTPS to URI <client-ip-addr>/wng/perfalert. 9900 WNG load alerts are created or cleared using method POST. 3.1.1 Network Load Alerts creation The HTTP/HTTPS post for the creation of a performance alert (load alert) to the external entity uses the following XML format. <perfalert> <NWloadalert> <alertId></alertId> <timestamp></timestamp> <refupdate></refupdate> <ne_type></ne_type> <cell_type></cell_type> <name></name> <status></status> <intensity></intensity> <sub_list> <subid> <IMSI></IMSI> <ipv4></ipv4> <ipv6></ipv6) </subid> … <subid> <IMSI></IMSI> <ipv4></ipv4> <ipv6></ipv6) </subid> </sub_list> <correlationId></correlationId> <detectorId></detectorId> </NWloadalert> </perfalert> Where the possible values for the different XML tags are: <alert_id> Unique integer id corresponding to the notification <timestamp> YYYY-MM-DD:HH:MM:SS:MS in UTC (including time-offset) <ref-update> TIME TRANSITION
  • 7. Alcatel-Lucent 9900 WNG Congestion Alert Interface Last Revised: 2011.05.20 Page 7 of 10 Version 1.3 This document contains Confidential Information of Alcatel-Lucent QUERY NOTE: If a network element transitions from any intensity to a different intensity, then the ref_update value will be set to TRANSITION. If a network element remains in the current intensity level for a configurable time period, the 9900 WNG will re-issue and refresh the notification with an updated set of IP addresses and set the ref_update value to TIME. The exception is intensity 0. Notifications will only be generated on transitions from and to intensity 0. If a network element remains in intensity 0, no further notifications will be sent. By default, the update interval between TIME notifications is 2 minutes, however, this is system configurable via the 9900 WNG CLI. If the update is the result of an external entity issuing a query for the status, then the ref-update value will be set to QUERY. <ne_type> CELL BS RNC SGSN GGSN Note: Currently the only supported value is CELL. <cell_type> CDMA GPRS W-CDMA LTE WIMAX <name> Network element name (eg. 20401602cc4dd9 is a cell id in hex format) <status> ACTIVE ACKNOWLEDGED AUTO_CLEARED MANUAL_CLEARED RESET_CLEARED <intensity> values (0-5) NOTE: The thresholds that correspond to the intensity values are user configured on the 9900 WNG. <sub_list> list of subscribers in the network element at the time of the notification. <sub_id> Subscriber id is used to provide an identification of subscriber breakdown per sub. The subid tag will be repeated for each subscriber in the list and is used to identify the grouping of attributes for that given subscriber (note the “id” portion will not be updated for each sub – instead it is strictly used to separate entries.
  • 8. Alcatel-Lucent 9900 WNG Congestion Alert Interface Last Revised: 2011.05.20 Page 8 of 10 Version 1.3 This document contains Confidential Information of Alcatel-Lucent <IMSI> The Subscriber IMSI or NAI. <ipv4> The IP V4 address in text representation. If the subscriber does not have an IPv4 address, this tag entry will be missing. <ipv6> The IP V6 address in text representation. If the subscriber does not have an IPv6 address, this tag entry will be missing. The addresses will be in text representation for both v4 and v6 addresses. NOTE: If a UE has both a v4 and v6 address, both addresses will be in the list. <correlationId> unique integer. Used to correlate to an update of an existing alert. <detectorId> unique integer. This is used to identify the 9900 WNG detector from which the alert was generated. Useful if the recipient is receiving alerts from multiple 9900 WNG detectors. 3.1.2 NW Load Alerts Updates In order to update a NW Load Alert, the 9900 WNG sends the same XML message but using the <ref_update> tag can be used to distinguish whether the update is due to a transition from one intensity level to another or based on a time interval update. If a network element transitions from any intensity to a different intensity, then the ref_update value will be set to TRANSITION. If a network element remains in the current intensity level for a configurable time period, the 9900 WNG will re-issue and refresh the notification with an updated set of IP addresses and set the ref_update value to TIME. The exception is intensity 0. Notifications will only be generated on transitions from and to intensity 0. If a network element remains in intensity 0, no further notifications will be sent. The <correlationId> in the message has to match the one in the original event creation, the network element name has to match also. The list of sub_list subscriber and address will be a complete list of all subs/addresses in that congested network element at the time of the notification. 3.1.3 Clearing NW Load Alerts In order to clear a NW Load Alert, the 9900 WNG sends the same XML message but using <status> with one of the following: AUTO_CLEARED MANUAL_CLEARED RESET_CLEARED The intensity will also be set to 0. The <correlationId> in the Clear message has to match the one in the original event creation, the network element name has to match also.
  • 9. Alcatel-Lucent 9900 WNG Congestion Alert Interface Last Revised: 2011.05.20 Page 9 of 10 Version 1.3 This document contains Confidential Information of Alcatel-Lucent 3.2 Event Query Interface The HTTP request for the creation of a status query and response to & from the 9900 WNG uses the following XML format: <statusquery> <eventtype> <queryId></queryid> <alertId></alertId> <name></name> <correlationId></correlationId> <detectorId></detectorId> </eventtype> </statusquery> <queryId> Mandatory - Unique integer id corresponding to the query <eventtype> Mandatory - Corrresponds to the type of event for which the query shall be executed – NWLoadalert, trendalert, etc. <alertId> Optional – corresponds to the alertID that was reported during the notification <name> Optional – corresponds to the network element name for which the query shall be executed upon. <correlationid> Optional – corresponds to the correlationid for a given set of alerts One of alertid, name, or correlationid must be specified in the query. If name or correrlationid are specified, the latest status is provided. Response <statusresponse> <queryid> <querytimestamp></querytimestamp> SAME CONTENT AS NOTIFICATION ABOVE </queryid> </statusres[pmse>
  • 10. Alcatel-Lucent 9900 WNG Congestion Alert Interface Last Revised: 2011.05.20 Page 10 of 10 Version 1.3 This document contains Confidential Information of Alcatel-Lucent - END OF DOCUMENT -