IP Library Granted Patent US 12,537,741
Granted Patent B2
US 12,537,741 · App. 18/128,135 · Granted Jan 27, 2026

Template XSLT based NETCONF data collector

Inventor: Nicholas S. Morrison (Trucksville, PA)
Assignee: FRONTIER COMMUNICATIONS HOLDINGS, LLC
H04L41/084H04L67/133H04L67/141
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 12,537,741
App. No.
18/128,135
Granted
Jan 27, 2026
Kind
B2
Abstract

Disclosed herein are system, method, and computer program product embodiments for a template XSLT (extensible stylesheet language transformation) based NETCONF (network configuration protocol) data collector. An embodiment operates by sending, by a network management device, a NETCONF request to a first network element and a first network element, where the NETCONF request is generated based on a configuration file corresponding to the first network element and the first network element. The embodiment generates a stylesheet corresponding to the NETCONF configuration file. The embodiment receives a first NETCONF reply message and a second NETCONF reply message, where the first NETCONF reply message is generated by the first network element in response to receiving the NETCONF request, and the second NETCONF reply message is generated by the first network element in response to receiving the NETCONF request. The NETCONF reply message and the second NETCONF reply message are transformed into a delimited data format using the stylesheet.

Claims (55)

1 . A method, comprising:

sending, by a network management device, a network configuration protocol (NETCONF) request to a first network element of a first type and a second network element of a second type, wherein the first type is different from the second type, and wherein the NETCONF request is generated based on a NETCONF configuration file corresponding to the first type and the second type, and wherein the NETCONF request is a request for data corresponding to an operational bandwidth of at least one of the first network element or the second network element and a volume of traffic experienced by the at least one of the first network element or the second network element;

receiving, by the network management device, a first NETCONF reply message and a second NETCONF reply message, wherein the first NETCONF reply message is generated by the first network element in response to receiving the NETCONF request and the second NETCONF reply message is generated by the second network element in response to receiving the NETCONF request;

generating a stylesheet corresponding to the NETCONF configuration file, wherein the stylesheet comprises a plurality of templates and generating the stylesheet includes:

identifying a particular container associated with the NETCONF configuration file;

generating a template of the plurality of templates by:

writing at least one leaf element associated with one or more corresponding data nodes and based on a corresponding datatype and a child count for the at least one leaf element; and

generating the stylesheet based on the plurality of templates; and

transforming the first NETCONF reply message and the second NETCONF reply message into a delimited data format using the stylesheet.

2 . The method of claim 1 , wherein sending the NETCONF request further comprises:

establishing a NETCONF session between a NETCONF client module at the network management device and a NETCONF server module at the first network element; and

establishing a NETCONF session between a NETCONF client module at the network management device and a NETCONF server module at the second network element.

3 . The method of claim 1 , wherein:

the NETCONF configuration file is formatted as a plurality of yet another next generation (YANG) data modules; and

each template of the plurality of templates corresponds to a respective YANG data module of the plurality of YANG data modules.

4 . The method of claim 1 , wherein the stylesheet is in an extensible stylesheet language transformations (XSLT) format.

5 . The method of claim 1 , wherein the NETCONF request is a GET remote procedure call (RPC).

6 . The method of claim 1 , wherein the first network element and the second network element are from different manufacturers.

7 . A network management system, comprising:

a memory comprising instructions; and

at least one processor coupled to the memory, the instructions configured cause the at least one processor to:

send a network configuration protocol (NETCONF) request to a first network element of a first type and a second network element of a second type, wherein the first type is different from the second type, and wherein the NETCONF request is generated based on a NETCONF configuration file corresponding to the first type and the second type, and wherein the NETCONF request is a request for data corresponding to an operational bandwidth of at least one of the first network element or the second network element and a volume of traffic experienced by at least one of the first network element or the second network element;

receive a first NETCONF reply message and a second NETCONF reply message, wherein the first NETCONF reply message is generated by the first network element in response to receiving the NETCONF request and the second NETCONF reply message is generated by the second network element in response to receiving the NETCONF request;

generate a stylesheet corresponding to the NETCONF configuration file, wherein the stylesheet comprises a plurality of templates and generating the stylesheet includes:

identifying a particular container associated with the NETCONF configuration file;

generating a template of the plurality of templates by:

writing at least one leaf element associated with one or more corresponding data nodes and based on a corresponding datatype and a child count for the at least one leaf element; and

generating the stylesheet based on the plurality of templates; and

transform the first NETCONF reply message and the second NETCONF reply message into a delimited data format using the stylesheet.

8 . The network management system of claim 7 , wherein to send the NETCONF request, the at least one processor is further configured to:

establish a NETCONF session between a NETCONF client module at the network management system and a NETCONF server module at the first network element; and

establish a NETCONF session between a NETCONF client module at the network management system and a NETCONF server module at the second network element.

9 . The network management system of claim 7 , wherein:

the NETCONF configuration file is formatted as a plurality of yet another next generation (YANG) data modules; and

each template of the plurality of templates corresponds to a respective YANG data module of the plurality of YANG data modules.

10 . The network management system of claim 7 , wherein the stylesheet is in an extensible stylesheet language transformations (XSLT) format.

11 . The network management system of claim 7 , wherein the NETCONF request is a GET remote procedure call (RPC).

12 . The network management system of claim 7 , wherein the first network element and the second network element are from different manufacturers.

13 . A non-transitory computer-readable medium having instructions stored thereon that, when executed by at least one computing device, cause the at least one computing device to perform operations comprising:

sending a network configuration protocol (NETCONF) request to a first network element of a first type and a second network element of a second type, wherein the first type is different from the second type, and wherein the NETCONF request is generated based on a NETCONF configuration file corresponding to the first type and the second type, and wherein the NETCONF request is a request for data corresponding to an operational bandwidth of at least one of the first network element or the second network element and a volume of traffic experienced by at least one of the first network element or the second network element;

receiving a first NETCONF reply message and a second NETCONF reply message, wherein the first NETCONF reply message is generated by the first network element in response to receiving the NETCONF request and the second NETCONF reply message is generated by the second network element in response to receiving the NETCONF request;

generating a stylesheet corresponding to the NETCONF configuration file, wherein the stylesheet comprises a plurality of templates and generating the stylesheet includes:

identifying a particular container associated with the NETCONF configuration file;

generating a template of the plurality of templates by:

writing at least one leaf element associated with one or more corresponding data nodes and based on a corresponding datatype and a child count for the at least one leaf element; and

generating the stylesheet based on the plurality of templates; and

transforming the first NETCONF reply message and the second NETCONF reply message into a delimited data format using the stylesheet.

14 . The non-transitory computer-readable medium of claim 13 , wherein the at least one computing device is a network management device and sending the NETCONF request comprises:

establishing a NETCONF session between a NETCONF client module at the network management device and a NETCONF server module at the first network element; and

establishing a NETCONF session between a NETCONF client module at the network management device and a NETCONF server module at the second network element.

15 . The non-transitory computer-readable medium of claim 13 , wherein:

the NETCONF configuration file is formatted as a plurality of yet another next generation (YANG) data modules; and

each template of the plurality of templates corresponds to a respective YANG data module of the plurality of YANG data modules.

16 . The non-transitory computer-readable medium of claim 13 , wherein the stylesheet is in an extensible stylesheet language transformations (XSLT) format.

17 . The method of claim 1 , wherein the NETCONF configuration file includes a subtree filter indicating namespace, and wherein the first NETCONF reply message comprises configuration data of the first network element corresponding to the indicated namespace, and wherein the second NETCONF reply message comprises configuration data of the second network element corresponding to the indicated namespace.

Assignments (4)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Jun 23, 2026
From: FRONTIER COMMUNICATIONS HOLDINGS, LLC
To: FRONTIER COMMUNICATIONS PARENT, INC.
Reel/Frame 075841/0108 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Jun 2, 2026
From: FRONTIER COMMUNICATIONS PARENT, INC.
To: VERIZON PATENT AND LICENSING INC.
Reel/Frame 075835/0355 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Aug 23, 2024
From: MORRISON, NICHOLAS S.
To: FRONTIER COMMUNICATIONS HOLDINGS, LLC
Reel/Frame 068386/0106 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Mar 30, 2023
From: MORRISON, NICHOLAS S.
To: FRONTIER COMMUNICATION HOLDINGS, LLC
Reel/Frame 063161/0065 →
Continuity (1)
Related Publication 20240333592A1 · Oct 3, 2024
References Cited (13)
US 8248958B1 · Tulasi · 2012 [cited by examiner]
US 10250441B2 · Liu · 2019 [cited by examiner]
US 11687355B1 · Mukherjee · 2023 [cited by examiner]
US 20060031434A1 · Tindal · 2006 [cited by examiner]
US 20100049837A1 · Ji · 2010 [cited by examiner]
US 20160350095A1 · Ramachandran · 2016 [cited by examiner]
US 20160357702A1 · Shamis · 2016 [cited by examiner]
US 20170187577A1 · Nevrekar · 2017 [cited by examiner]
US 20190245732A1 · Luo · 2019 [cited by examiner]
US 20220239572A1 · Tao · 2022 [cited by examiner]
US 20220247655A1 · Ji · 2022 [cited by examiner]
CN 101321080B · 2010 [cited by examiner]
Z. Yang, B. Zhang, G. Li, Y. Li and X. Gao, “The implementation and comparison analysis of subtree filtering and Xpath capability in NETCONF,” 2009 IEEE International Conference on Network Infrastructure and Digital Con… [cited by examiner]