SlideShare une entreprise Scribd logo
1  sur  10
Télécharger pour lire hors ligne
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 -

Contenu connexe

En vedette

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
 
Ims call flow
Ims call flowIms call flow
Ims call flow
Morg
 

En vedette (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
 

Similaire à 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
 
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
 
Vlan configuration guide
Vlan configuration guideVlan configuration guide
Vlan configuration guide
prabh_in
 
Virtual local area network
Virtual local area networkVirtual local area network
Virtual local area network
Veena Rao
 

Similaire à 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技術談網路卡
 

Plus de navaidkhan

Tmw20127 turgut.c
Tmw20127 turgut.cTmw20127 turgut.c
Tmw20127 turgut.c
navaidkhan
 
Tmw20120 gunter lind.h
Tmw20120 gunter lind.hTmw20120 gunter lind.h
Tmw20120 gunter lind.h
navaidkhan
 
Tmw20116 brooks.l
Tmw20116 brooks.lTmw20116 brooks.l
Tmw20116 brooks.l
navaidkhan
 
Tmw20101 hayden.j and spaar
Tmw20101 hayden.j and spaarTmw20101 hayden.j and spaar
Tmw20101 hayden.j and spaar
navaidkhan
 
Tmw20092 michelsen.d
Tmw20092 michelsen.dTmw20092 michelsen.d
Tmw20092 michelsen.d
navaidkhan
 
Tmw20115 baroux.c
Tmw20115 baroux.cTmw20115 baroux.c
Tmw20115 baroux.c
navaidkhan
 
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
 
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
 

Plus 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
 

Dernier

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Dernier (20)

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
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
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
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...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
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 New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
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...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
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
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 

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 -