SlideShare uma empresa Scribd logo
1 de 10
Baixar para ler offline
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 -

Mais conteúdo relacionado

Destaque

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
 
nokia_netact_brochure
nokia_netact_brochurenokia_netact_brochure
nokia_netact_brochureAna 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 ManagementTobias Hoßfeld
 
IMS Session Flow
IMS Session FlowIMS Session Flow
IMS Session FlowKent 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 LTERobert Seymour
 
IMS Registration Flow
IMS Registration FlowIMS Registration Flow
IMS Registration FlowKent Loh
 
Ims call flow
Ims call flowIms call flow
Ims call flowMorg
 

Destaque (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
 

Semelhante a 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.pdfNguynTy5
 
TG-3269_V3_UG.pdf
TG-3269_V3_UG.pdfTG-3269_V3_UG.pdf
TG-3269_V3_UG.pdfFredyPacori
 
03 ft48923 en02gla0_general topics_
03 ft48923 en02gla0_general topics_03 ft48923 en02gla0_general topics_
03 ft48923 en02gla0_general topics_MelikaAjami
 
VLAN Trunking Protocol
VLAN Trunking ProtocolVLAN Trunking Protocol
VLAN Trunking ProtocolNetwax Lab
 
Virtual Local Area Network
Virtual Local Area NetworkVirtual Local Area Network
Virtual Local Area NetworkAtakan ATAK
 
Distribution Automation based on IEC61850
Distribution Automation based on IEC61850Distribution Automation based on IEC61850
Distribution Automation based on IEC61850Nirmal Thaliyil
 
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-2010irbas
 
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-2010irbas
 
Hardened Ethernet In ITS 2010
Hardened Ethernet In ITS 2010Hardened Ethernet In ITS 2010
Hardened Ethernet In ITS 2010ethersteve
 
Vlan configuration guide
Vlan configuration guideVlan configuration guide
Vlan configuration guideprabh_in
 
Architectural Review Emergency Lighting Systems
Architectural Review Emergency Lighting  SystemsArchitectural Review Emergency Lighting  Systems
Architectural Review Emergency Lighting Systemsvannusanthosh
 
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
 
Virtual local area network
Virtual local area networkVirtual local area network
Virtual local area networkVeena Rao
 
從INTEL技術談網路卡
從INTEL技術談網路卡從INTEL技術談網路卡
從INTEL技術談網路卡zman
 

Semelhante a 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技術談網路卡
 

Mais de 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 spaarnavaidkhan
 
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 shopnavaidkhan
 
Huawei - Lte handover troubleshooting
Huawei - Lte handover troubleshootingHuawei - Lte handover troubleshooting
Huawei - Lte handover troubleshootingnavaidkhan
 
Skyfire log files100411
Skyfire log files100411Skyfire log files100411
Skyfire log files100411navaidkhan
 
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 experiencenavaidkhan
 
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 2011navaidkhan
 
Emerging database landscape july 2011
Emerging database landscape july 2011Emerging database landscape july 2011
Emerging database landscape july 2011navaidkhan
 
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 awaysnavaidkhan
 

Mais de 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
 

Último

Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
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...apidays
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
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 FMESafe Software
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
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 2024Victor Rentea
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKJago de Vreede
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
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 Pakistandanishmna97
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
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 2024Victor Rentea
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
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 educationjfdjdjcjdnsjd
 

Último (20)

Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
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...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
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
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
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
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
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
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
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
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
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
 

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 -