@itentialopensource/adapter-nokia_nsp_network_management 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintignore +5 -0
- package/.eslintrc.js +18 -0
- package/.jshintrc +3 -0
- package/AUTH.md +38 -0
- package/BROKER.md +211 -0
- package/CALLS.md +206 -0
- package/CHANGELOG.md +9 -0
- package/CODE_OF_CONDUCT.md +43 -0
- package/CONTRIBUTING.md +13 -0
- package/ENHANCE.md +69 -0
- package/LICENSE +201 -0
- package/PROPERTIES.md +646 -0
- package/README.md +343 -0
- package/SUMMARY.md +9 -0
- package/SYSTEMINFO.md +22 -0
- package/TAB1.md +14 -0
- package/TAB2.md +321 -0
- package/TROUBLESHOOT.md +47 -0
- package/adapter.js +11110 -0
- package/adapterBase.js +1452 -0
- package/entities/.generic/action.json +214 -0
- package/entities/.generic/schema.json +28 -0
- package/entities/.system/action.json +52 -0
- package/entities/.system/mockdatafiles/getToken-default.json +3 -0
- package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
- package/entities/.system/schema.json +19 -0
- package/entities/.system/schemaTokenReq.json +53 -0
- package/entities/.system/schemaTokenResp.json +31 -0
- package/entities/AddressPool/action.json +65 -0
- package/entities/AddressPool/mockdatafiles/getIPv4AddressPool-default.json +47 -0
- package/entities/AddressPool/mockdatafiles/obtainValueFromPool-default.json +23 -0
- package/entities/AddressPool/schema.json +32 -0
- package/entities/AuditAndAlignment/action.json +165 -0
- package/entities/AuditAndAlignment/mockdatafiles/alignConfigurationDeployment-default.json +6 -0
- package/entities/AuditAndAlignment/mockdatafiles/alignConfigurationTemplateAllDeployments-default.json +7 -0
- package/entities/AuditAndAlignment/mockdatafiles/alignConfigurationTemplateMisalignedDeployments-default.json +7 -0
- package/entities/AuditAndAlignment/mockdatafiles/auditDeployment-default.json +7 -0
- package/entities/AuditAndAlignment/mockdatafiles/auditNodeDeployments-default.json +6 -0
- package/entities/AuditAndAlignment/mockdatafiles/auditTemplate-default.json +7 -0
- package/entities/AuditAndAlignment/mockdatafiles/checkAuditStatusCount-default.json +15 -0
- package/entities/AuditAndAlignment/mockdatafiles/getAuditDetails-default.json +9 -0
- package/entities/AuditAndAlignment/schema.json +26 -0
- package/entities/BaselineOperationsRestconfAPI/action.json +207 -0
- package/entities/BaselineOperationsRestconfAPI/mockdatafiles/createBaselineDetector-default.json +35 -0
- package/entities/BaselineOperationsRestconfAPI/mockdatafiles/getAllBaselines-default.json +44 -0
- package/entities/BaselineOperationsRestconfAPI/mockdatafiles/getBaseline-default.json +24 -0
- package/entities/BaselineOperationsRestconfAPI/mockdatafiles/getBaselineDetector-default.json +15 -0
- package/entities/BaselineOperationsRestconfAPI/mockdatafiles/patchBaselineDetector-default.json +13 -0
- package/entities/BaselineOperationsRestconfAPI/schema.json +39 -0
- package/entities/Brownfield/action.json +24 -0
- package/entities/Brownfield/mockdatafiles/discoverDeployments-default.json +7 -0
- package/entities/Brownfield/schema.json +19 -0
- package/entities/ConfigurationDeployments/action.json +207 -0
- package/entities/ConfigurationDeployments/mockdatafiles/createDeployment-default.json +7 -0
- package/entities/ConfigurationDeployments/mockdatafiles/createPortGroup-default.json +18 -0
- package/entities/ConfigurationDeployments/mockdatafiles/createPortGroupDirectory-default.json +16 -0
- package/entities/ConfigurationDeployments/mockdatafiles/deleteDeployments-default.json +7 -0
- package/entities/ConfigurationDeployments/mockdatafiles/getDeployments-default.json +322 -0
- package/entities/ConfigurationDeployments/mockdatafiles/getPortGroupFDN-default.json +18 -0
- package/entities/ConfigurationDeployments/mockdatafiles/getSpecificDeployment-default.json +43 -0
- package/entities/ConfigurationDeployments/mockdatafiles/replaceDeployment-default.json +7 -0
- package/entities/ConfigurationDeployments/mockdatafiles/updateDeploymentConfiguration-default.json +7 -0
- package/entities/ConfigurationDeployments/schema.json +28 -0
- package/entities/ConfigurationTemplates/action.json +85 -0
- package/entities/ConfigurationTemplates/mockdatafiles/createTemplate-default.json +4 -0
- package/entities/ConfigurationTemplates/mockdatafiles/getTemplates-default.json +195 -0
- package/entities/ConfigurationTemplates/schema.json +22 -0
- package/entities/DataTablesRetention/action.json +86 -0
- package/entities/DataTablesRetention/mockdatafiles/getBaselineAgeoutPolicySettings-default.json +22 -0
- package/entities/DataTablesRetention/mockdatafiles/getIndicatorAgeoutPolicySettings-default.json +16 -0
- package/entities/DataTablesRetention/schema.json +22 -0
- package/entities/IETFL2Model/action.json +67 -0
- package/entities/IETFL2Model/mockdatafiles/getL2TopologyAttributes-default.json +5 -0
- package/entities/IETFL2Model/mockdatafiles/getL2TopologyNodeTerminationPoints-default.json +69 -0
- package/entities/IETFL2Model/schema.json +21 -0
- package/entities/IETFL3Model/action.json +277 -0
- package/entities/IETFL3Model/mockdatafiles/getAllNodesInANetwork-default.json +207 -0
- package/entities/IETFL3Model/mockdatafiles/getL3TopologyAttribute-default.json +8 -0
- package/entities/IETFL3Model/mockdatafiles/getNetworkType-default.json +7 -0
- package/entities/IETFL3Model/mockdatafiles/getSpecificLinkInANetwork-default.json +67 -0
- package/entities/IETFL3Model/mockdatafiles/getSpecificNetwork-default.json +498 -0
- package/entities/IETFL3Model/mockdatafiles/getSpecificNodeInANetwork-default.json +56 -0
- package/entities/IETFL3Model/mockdatafiles/getSpecificTerminationPointsOfANode-default.json +17 -0
- package/entities/IETFL3Model/mockdatafiles/getSupportingLink-default.json +8 -0
- package/entities/IETFL3Model/mockdatafiles/getSupportingNetwork-default.json +7 -0
- package/entities/IETFL3Model/mockdatafiles/getSupportingTerminationPoint-default.json +9 -0
- package/entities/IETFL3Model/mockdatafiles/l3GETSRTopologyLinkAttributes-default.json +41 -0
- package/entities/IETFL3Model/mockdatafiles/l3GETSRTopologyNodeAttributes-default.json +16 -0
- package/entities/IETFL3Model/schema.json +42 -0
- package/entities/IETFLogicalInventoryRestconfAPI/action.json +235 -0
- package/entities/IETFLogicalInventoryRestconfAPI/mockdatafiles/retrieveNetworkInterfacesConfig-default.json +14 -0
- package/entities/IETFLogicalInventoryRestconfAPI/mockdatafiles/retrieveNetworkInterfacesUnnumbered-default.json +28 -0
- package/entities/IETFLogicalInventoryRestconfAPI/mockdatafiles/retrieveNetworkInterfacesUnnumberedIntf-default.json +21 -0
- package/entities/IETFLogicalInventoryRestconfAPI/mockdatafiles/retrieveNetworkSubInterfacesConfig-default.json +16 -0
- package/entities/IETFLogicalInventoryRestconfAPI/mockdatafiles/retrieveNetworkSubInterfacesIPv4Addresses-default.json +39 -0
- package/entities/IETFLogicalInventoryRestconfAPI/mockdatafiles/retrieveNetworkSubInterfacesIPv6Addresses-default.json +38 -0
- package/entities/IETFLogicalInventoryRestconfAPI/mockdatafiles/retrieveNetworkSubInterfacesState-default.json +15 -0
- package/entities/IETFLogicalInventoryRestconfAPI/mockdatafiles/retrieveResyncPolicyNodeVersionEntity-default.json +797 -0
- package/entities/IETFLogicalInventoryRestconfAPI/schema.json +51 -0
- package/entities/IETFSAPTopology/action.json +67 -0
- package/entities/IETFSAPTopology/mockdatafiles/getIETFNetworkFromSpecificNode-default.json +483 -0
- package/entities/IETFSAPTopology/mockdatafiles/getSAPNetwork-default.json +9 -0
- package/entities/IETFSAPTopology/mockdatafiles/getSAPsOnASpecificNodeOfSpecificServiceType-default.json +153 -0
- package/entities/IETFSAPTopology/schema.json +21 -0
- package/entities/IndicatorRules/action.json +106 -0
- package/entities/IndicatorRules/mockdatafiles/getAllIndicatorRules-default.json +818 -0
- package/entities/IndicatorRules/mockdatafiles/getSpecificIndicatorRule-default.json +119 -0
- package/entities/IndicatorRules/schema.json +23 -0
- package/entities/IndicatorTemplates/action.json +106 -0
- package/entities/IndicatorTemplates/mockdatafiles/avgCPUAllNodesAllActions-default.json +105 -0
- package/entities/IndicatorTemplates/mockdatafiles/getAllIndicatorTemplates-default.json +512 -0
- package/entities/IndicatorTemplates/mockdatafiles/getSpecificIndicatorTemplate-default.json +88 -0
- package/entities/IndicatorTemplates/mockdatafiles/uPDATEIndicatorTemplate-default.json +48 -0
- package/entities/IndicatorTemplates/schema.json +23 -0
- package/entities/Intent/action.json +105 -0
- package/entities/Intent/mockdatafiles/getIntent-default.json +161 -0
- package/entities/Intent/mockdatafiles/synchronizeIntent-default.json +6 -0
- package/entities/Intent/schema.json +23 -0
- package/entities/IntentTypeManagement/action.json +65 -0
- package/entities/IntentTypeManagement/mockdatafiles/getIntentTypes-default.json +482 -0
- package/entities/IntentTypeManagement/mockdatafiles/importIntentTypeFromIntentManager-default.json +6 -0
- package/entities/IntentTypeManagement/mockdatafiles/removeIntentType-default.json +7 -0
- package/entities/IntentTypeManagement/schema.json +21 -0
- package/entities/LogicalInventoryRestconfAPI/action.json +107 -0
- package/entities/LogicalInventoryRestconfAPI/mockdatafiles/nspInventoryFindWithFilter-default.json +528 -0
- package/entities/LogicalInventoryRestconfAPI/mockdatafiles/retrieveResyncPolicy-default.json +4189 -0
- package/entities/LogicalInventoryRestconfAPI/mockdatafiles/retrieveResyncPolicyNEAndVersionSpecific-default.json +1083 -0
- package/entities/LogicalInventoryRestconfAPI/mockdatafiles/retrieveResyncPollingPolicyNESpecific-default.json +1113 -0
- package/entities/LogicalInventoryRestconfAPI/schema.json +34 -0
- package/entities/ManageZTPListFromDeviceAdministrator/action.json +85 -0
- package/entities/ManageZTPListFromDeviceAdministrator/mockdatafiles/getZTPListFromDeviceAdministrator-default.json +114 -0
- package/entities/ManageZTPListFromDeviceAdministrator/schema.json +33 -0
- package/entities/RouterNECorrelationMappingService/action.json +147 -0
- package/entities/RouterNECorrelationMappingService/mockdatafiles/getCorrelationPolicy-default.json +38 -0
- package/entities/RouterNECorrelationMappingService/mockdatafiles/getRouterNeMapping-default.json +32 -0
- package/entities/RouterNECorrelationMappingService/mockdatafiles/getSpecificMappingPolicy-default.json +32 -0
- package/entities/RouterNECorrelationMappingService/schema.json +47 -0
- package/entities/TemplateMigration/action.json +44 -0
- package/entities/TemplateMigration/mockdatafiles/cloneTemplate-default.json +7 -0
- package/entities/TemplateMigration/mockdatafiles/migrateDeployments-default.json +7 -0
- package/entities/TemplateMigration/schema.json +20 -0
- package/entities/UploadMappingFiles/action.json +45 -0
- package/entities/UploadMappingFiles/mockdatafiles/getIETFMappingFiles-default.json +953 -0
- package/entities/UploadMappingFiles/schema.json +31 -0
- package/error.json +190 -0
- package/metadata.json +61 -0
- package/package.json +81 -0
- package/pronghorn.json +5141 -0
- package/propertiesDecorators.json +14 -0
- package/propertiesSchema.json +1666 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/creationReport.json +657 -0
- package/report/update-postman.json-OpenApi3Json.json +112049 -0
- package/report/updateReport1718639512342.json +120 -0
- package/sampleProperties.json +268 -0
- package/test/integration/adapterTestBasicGet.js +83 -0
- package/test/integration/adapterTestConnectivity.js +142 -0
- package/test/integration/adapterTestIntegration.js +3836 -0
- package/test/unit/adapterBaseTestUnit.js +1024 -0
- package/test/unit/adapterTestUnit.js +5403 -0
- package/utils/adapterInfo.js +206 -0
- package/utils/addAuth.js +94 -0
- package/utils/artifactize.js +146 -0
- package/utils/basicGet.js +50 -0
- package/utils/checkMigrate.js +63 -0
- package/utils/entitiesToDB.js +179 -0
- package/utils/findPath.js +74 -0
- package/utils/methodDocumentor.js +273 -0
- package/utils/modify.js +152 -0
- package/utils/packModificationScript.js +35 -0
- package/utils/patches2bundledDeps.js +90 -0
- package/utils/pre-commit.sh +32 -0
- package/utils/removeHooks.js +20 -0
- package/utils/setup.js +33 -0
- package/utils/taskMover.js +309 -0
- package/utils/tbScript.js +239 -0
- package/utils/tbUtils.js +489 -0
- package/utils/testRunner.js +298 -0
- package/utils/troubleshootingAdapter.js +193 -0
package/entities/LogicalInventoryRestconfAPI/mockdatafiles/nspInventoryFindWithFilter-default.json
ADDED
|
@@ -0,0 +1,528 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nsp-inventory:output": {
|
|
3
|
+
"data": [
|
|
4
|
+
{
|
|
5
|
+
"@": {
|
|
6
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set",
|
|
7
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='2'][type='openconfig-acl:ACL_IPV6']",
|
|
8
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
9
|
+
"nsp-model:creation-time": "2023-11-13T12:42:58.838Z",
|
|
10
|
+
"nsp-model:last-modified-time": "2023-11-13T12:42:58.838Z",
|
|
11
|
+
"nsp-model:sources": [
|
|
12
|
+
"fdn:realm:sam:network:92.168.98.156:IPv6 Filter:2"
|
|
13
|
+
]
|
|
14
|
+
},
|
|
15
|
+
"name": "2",
|
|
16
|
+
"type": "openconfig-acl:ACL_IPV6",
|
|
17
|
+
"config": {
|
|
18
|
+
"@": {
|
|
19
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/config",
|
|
20
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='2'][type='openconfig-acl:ACL_IPV6']/config",
|
|
21
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
22
|
+
"nsp-model:creation-time": "2023-11-13T12:42:58.838Z",
|
|
23
|
+
"nsp-model:last-modified-time": "2023-11-13T12:42:58.838Z",
|
|
24
|
+
"nsp-model:sources": [
|
|
25
|
+
"fdn:realm:sam:network:92.168.98.156:IPv6 Filter:2"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"name": "2",
|
|
29
|
+
"type": "openconfig-acl:ACL_IPV6",
|
|
30
|
+
"description": "IPv6Filter"
|
|
31
|
+
},
|
|
32
|
+
"state": {
|
|
33
|
+
"@": {
|
|
34
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/state",
|
|
35
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='2'][type='openconfig-acl:ACL_IPV6']/state",
|
|
36
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
37
|
+
"nsp-model:creation-time": "2023-11-13T12:42:58.838Z",
|
|
38
|
+
"nsp-model:last-modified-time": "2023-11-13T12:42:58.838Z",
|
|
39
|
+
"nsp-model:sources": [
|
|
40
|
+
"fdn:realm:sam:network:92.168.98.156:IPv6 Filter:2"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"name": "2",
|
|
44
|
+
"type": "openconfig-acl:ACL_IPV6",
|
|
45
|
+
"description": "IPv6Filter"
|
|
46
|
+
},
|
|
47
|
+
"acl-entries": {
|
|
48
|
+
"@": {
|
|
49
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries",
|
|
50
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='2'][type='openconfig-acl:ACL_IPV6']/acl-entries",
|
|
51
|
+
"nsp-model:network-id": "92.168.98.156"
|
|
52
|
+
},
|
|
53
|
+
"acl-entry": [
|
|
54
|
+
{
|
|
55
|
+
"@": {
|
|
56
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry",
|
|
57
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='2'][type='openconfig-acl:ACL_IPV6']/acl-entries/acl-entry[sequence-id='2']",
|
|
58
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
59
|
+
"nsp-model:creation-time": "2023-11-13T12:44:30.822Z",
|
|
60
|
+
"nsp-model:last-modified-time": "2023-11-13T12:44:30.822Z",
|
|
61
|
+
"nsp-model:sources": [
|
|
62
|
+
"fdn:realm:sam:network:92.168.98.156:IPv6 Filter:2:entry-2"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
"sequence-id": 2,
|
|
66
|
+
"config": {
|
|
67
|
+
"@": {
|
|
68
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/config",
|
|
69
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='2'][type='openconfig-acl:ACL_IPV6']/acl-entries/acl-entry[sequence-id='2']/config",
|
|
70
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
71
|
+
"nsp-model:creation-time": "2023-11-13T12:44:30.822Z",
|
|
72
|
+
"nsp-model:last-modified-time": "2023-11-13T12:44:30.822Z",
|
|
73
|
+
"nsp-model:sources": [
|
|
74
|
+
"fdn:realm:sam:network:92.168.98.156:IPv6 Filter:2:entry-2"
|
|
75
|
+
]
|
|
76
|
+
},
|
|
77
|
+
"sequence-id": 2,
|
|
78
|
+
"description": "IPv6Entry"
|
|
79
|
+
},
|
|
80
|
+
"state": {
|
|
81
|
+
"@": {
|
|
82
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/state",
|
|
83
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='2'][type='openconfig-acl:ACL_IPV6']/acl-entries/acl-entry[sequence-id='2']/state",
|
|
84
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
85
|
+
"nsp-model:creation-time": "2023-11-13T12:44:30.822Z",
|
|
86
|
+
"nsp-model:last-modified-time": "2023-11-13T12:44:30.822Z",
|
|
87
|
+
"nsp-model:sources": [
|
|
88
|
+
"fdn:realm:sam:network:92.168.98.156:IPv6 Filter:2:entry-2"
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
"sequence-id": 2,
|
|
92
|
+
"description": "IPv6Entry"
|
|
93
|
+
},
|
|
94
|
+
"actions": {
|
|
95
|
+
"@": {
|
|
96
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/actions",
|
|
97
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='2'][type='openconfig-acl:ACL_IPV6']/acl-entries/acl-entry[sequence-id='2']/actions",
|
|
98
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
99
|
+
"nsp-model:sources": [
|
|
100
|
+
"fdn:realm:sam:network:92.168.98.156:IPv6 Filter:2:entry-2"
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
"state": {
|
|
104
|
+
"@": {
|
|
105
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/actions/state",
|
|
106
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='2'][type='openconfig-acl:ACL_IPV6']/acl-entries/acl-entry[sequence-id='2']/actions/state",
|
|
107
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
108
|
+
"nsp-model:creation-time": "2023-11-13T12:44:30.822Z",
|
|
109
|
+
"nsp-model:last-modified-time": "2023-11-13T12:44:30.822Z",
|
|
110
|
+
"nsp-model:sources": [
|
|
111
|
+
"fdn:realm:sam:network:92.168.98.156:IPv6 Filter:2:entry-2"
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
"forwarding-action": "openconfig-acl:DROP"
|
|
115
|
+
},
|
|
116
|
+
"config": {
|
|
117
|
+
"@": {
|
|
118
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/actions/config",
|
|
119
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='2'][type='openconfig-acl:ACL_IPV6']/acl-entries/acl-entry[sequence-id='2']/actions/config",
|
|
120
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
121
|
+
"nsp-model:creation-time": "2023-11-13T12:44:30.822Z",
|
|
122
|
+
"nsp-model:last-modified-time": "2023-11-13T12:44:30.822Z",
|
|
123
|
+
"nsp-model:sources": [
|
|
124
|
+
"fdn:realm:sam:network:92.168.98.156:IPv6 Filter:2:entry-2"
|
|
125
|
+
]
|
|
126
|
+
},
|
|
127
|
+
"forwarding-action": "openconfig-acl:DROP"
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
"ipv6": {
|
|
131
|
+
"@": {
|
|
132
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/ipv6",
|
|
133
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='2'][type='openconfig-acl:ACL_IPV6']/acl-entries/acl-entry[sequence-id='2']/ipv6",
|
|
134
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
135
|
+
"nsp-model:sources": [
|
|
136
|
+
"fdn:realm:sam:network:92.168.98.156:IPv6 Filter:2:entry-2"
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
"state": {
|
|
140
|
+
"@": {
|
|
141
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/ipv6/state",
|
|
142
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='2'][type='openconfig-acl:ACL_IPV6']/acl-entries/acl-entry[sequence-id='2']/ipv6/state",
|
|
143
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
144
|
+
"nsp-model:creation-time": "2023-11-13T12:44:30.822Z",
|
|
145
|
+
"nsp-model:last-modified-time": "2023-11-13T12:44:30.822Z",
|
|
146
|
+
"nsp-model:sources": [
|
|
147
|
+
"fdn:realm:sam:network:92.168.98.156:IPv6 Filter:2:entry-2"
|
|
148
|
+
]
|
|
149
|
+
},
|
|
150
|
+
"source-address": "1:0:0:0:0:0:0:1/64",
|
|
151
|
+
"destination-address": "2:0:0:0:0:0:0:2/64",
|
|
152
|
+
"dscp": 0,
|
|
153
|
+
"protocol": 41
|
|
154
|
+
},
|
|
155
|
+
"config": {
|
|
156
|
+
"@": {
|
|
157
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/ipv6/config",
|
|
158
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='2'][type='openconfig-acl:ACL_IPV6']/acl-entries/acl-entry[sequence-id='2']/ipv6/config",
|
|
159
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
160
|
+
"nsp-model:creation-time": "2023-11-13T12:44:30.822Z",
|
|
161
|
+
"nsp-model:last-modified-time": "2023-11-13T12:44:30.822Z",
|
|
162
|
+
"nsp-model:sources": [
|
|
163
|
+
"fdn:realm:sam:network:92.168.98.156:IPv6 Filter:2:entry-2"
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
"source-address": "1:0:0:0:0:0:0:1/64",
|
|
167
|
+
"destination-address": "2:0:0:0:0:0:0:2/64",
|
|
168
|
+
"dscp": 0,
|
|
169
|
+
"protocol": 41
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
]
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"@": {
|
|
178
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set",
|
|
179
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='1'][type='openconfig-acl:ACL_IPV4']",
|
|
180
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
181
|
+
"nsp-model:creation-time": "2023-11-13T12:43:00.783Z",
|
|
182
|
+
"nsp-model:last-modified-time": "2023-11-13T12:43:00.783Z",
|
|
183
|
+
"nsp-model:sources": [
|
|
184
|
+
"fdn:realm:sam:network:92.168.98.156:IP Filter:1"
|
|
185
|
+
]
|
|
186
|
+
},
|
|
187
|
+
"name": "1",
|
|
188
|
+
"type": "openconfig-acl:ACL_IPV4",
|
|
189
|
+
"config": {
|
|
190
|
+
"@": {
|
|
191
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/config",
|
|
192
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='1'][type='openconfig-acl:ACL_IPV4']/config",
|
|
193
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
194
|
+
"nsp-model:creation-time": "2023-11-13T12:43:00.783Z",
|
|
195
|
+
"nsp-model:last-modified-time": "2023-11-13T12:43:00.783Z",
|
|
196
|
+
"nsp-model:sources": [
|
|
197
|
+
"fdn:realm:sam:network:92.168.98.156:IP Filter:1"
|
|
198
|
+
]
|
|
199
|
+
},
|
|
200
|
+
"name": "1",
|
|
201
|
+
"type": "openconfig-acl:ACL_IPV4",
|
|
202
|
+
"description": "IPv4Filter"
|
|
203
|
+
},
|
|
204
|
+
"state": {
|
|
205
|
+
"@": {
|
|
206
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/state",
|
|
207
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='1'][type='openconfig-acl:ACL_IPV4']/state",
|
|
208
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
209
|
+
"nsp-model:creation-time": "2023-11-13T12:43:00.783Z",
|
|
210
|
+
"nsp-model:last-modified-time": "2023-11-13T12:43:00.783Z",
|
|
211
|
+
"nsp-model:sources": [
|
|
212
|
+
"fdn:realm:sam:network:92.168.98.156:IP Filter:1"
|
|
213
|
+
]
|
|
214
|
+
},
|
|
215
|
+
"name": "1",
|
|
216
|
+
"type": "openconfig-acl:ACL_IPV4",
|
|
217
|
+
"description": "IPv4Filter"
|
|
218
|
+
},
|
|
219
|
+
"acl-entries": {
|
|
220
|
+
"@": {
|
|
221
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries",
|
|
222
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='1'][type='openconfig-acl:ACL_IPV4']/acl-entries",
|
|
223
|
+
"nsp-model:network-id": "92.168.98.156"
|
|
224
|
+
},
|
|
225
|
+
"acl-entry": [
|
|
226
|
+
{
|
|
227
|
+
"@": {
|
|
228
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry",
|
|
229
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='1'][type='openconfig-acl:ACL_IPV4']/acl-entries/acl-entry[sequence-id='1']",
|
|
230
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
231
|
+
"nsp-model:creation-time": "2023-11-13T12:44:30.822Z",
|
|
232
|
+
"nsp-model:last-modified-time": "2023-11-13T12:44:30.822Z",
|
|
233
|
+
"nsp-model:sources": [
|
|
234
|
+
"fdn:realm:sam:network:92.168.98.156:IP Filter:1:entry-1"
|
|
235
|
+
]
|
|
236
|
+
},
|
|
237
|
+
"sequence-id": 1,
|
|
238
|
+
"config": {
|
|
239
|
+
"@": {
|
|
240
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/config",
|
|
241
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='1'][type='openconfig-acl:ACL_IPV4']/acl-entries/acl-entry[sequence-id='1']/config",
|
|
242
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
243
|
+
"nsp-model:creation-time": "2023-11-13T12:44:30.822Z",
|
|
244
|
+
"nsp-model:last-modified-time": "2023-11-13T12:44:30.822Z",
|
|
245
|
+
"nsp-model:sources": [
|
|
246
|
+
"fdn:realm:sam:network:92.168.98.156:IP Filter:1:entry-1"
|
|
247
|
+
]
|
|
248
|
+
},
|
|
249
|
+
"sequence-id": 1,
|
|
250
|
+
"description": "IPv4Entry"
|
|
251
|
+
},
|
|
252
|
+
"state": {
|
|
253
|
+
"@": {
|
|
254
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/state",
|
|
255
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='1'][type='openconfig-acl:ACL_IPV4']/acl-entries/acl-entry[sequence-id='1']/state",
|
|
256
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
257
|
+
"nsp-model:creation-time": "2023-11-13T12:44:30.822Z",
|
|
258
|
+
"nsp-model:last-modified-time": "2023-11-13T12:44:30.822Z",
|
|
259
|
+
"nsp-model:sources": [
|
|
260
|
+
"fdn:realm:sam:network:92.168.98.156:IP Filter:1:entry-1"
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
"sequence-id": 1,
|
|
264
|
+
"description": "IPv4Entry"
|
|
265
|
+
},
|
|
266
|
+
"actions": {
|
|
267
|
+
"@": {
|
|
268
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/actions",
|
|
269
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='1'][type='openconfig-acl:ACL_IPV4']/acl-entries/acl-entry[sequence-id='1']/actions",
|
|
270
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
271
|
+
"nsp-model:sources": [
|
|
272
|
+
"fdn:realm:sam:network:92.168.98.156:IP Filter:1:entry-1"
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
"state": {
|
|
276
|
+
"@": {
|
|
277
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/actions/state",
|
|
278
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='1'][type='openconfig-acl:ACL_IPV4']/acl-entries/acl-entry[sequence-id='1']/actions/state",
|
|
279
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
280
|
+
"nsp-model:creation-time": "2023-11-13T12:44:30.822Z",
|
|
281
|
+
"nsp-model:last-modified-time": "2023-11-13T12:44:30.822Z",
|
|
282
|
+
"nsp-model:sources": [
|
|
283
|
+
"fdn:realm:sam:network:92.168.98.156:IP Filter:1:entry-1"
|
|
284
|
+
]
|
|
285
|
+
},
|
|
286
|
+
"forwarding-action": "nsp-openconfig-acl-augments:FORWARD"
|
|
287
|
+
},
|
|
288
|
+
"config": {
|
|
289
|
+
"@": {
|
|
290
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/actions/config",
|
|
291
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='1'][type='openconfig-acl:ACL_IPV4']/acl-entries/acl-entry[sequence-id='1']/actions/config",
|
|
292
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
293
|
+
"nsp-model:creation-time": "2023-11-13T12:44:30.822Z",
|
|
294
|
+
"nsp-model:last-modified-time": "2023-11-13T12:44:30.822Z",
|
|
295
|
+
"nsp-model:sources": [
|
|
296
|
+
"fdn:realm:sam:network:92.168.98.156:IP Filter:1:entry-1"
|
|
297
|
+
]
|
|
298
|
+
},
|
|
299
|
+
"forwarding-action": "nsp-openconfig-acl-augments:FORWARD"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"ipv4": {
|
|
303
|
+
"@": {
|
|
304
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/ipv4",
|
|
305
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='1'][type='openconfig-acl:ACL_IPV4']/acl-entries/acl-entry[sequence-id='1']/ipv4",
|
|
306
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
307
|
+
"nsp-model:sources": [
|
|
308
|
+
"fdn:realm:sam:network:92.168.98.156:IP Filter:1:entry-1"
|
|
309
|
+
]
|
|
310
|
+
},
|
|
311
|
+
"state": {
|
|
312
|
+
"@": {
|
|
313
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/ipv4/state",
|
|
314
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='1'][type='openconfig-acl:ACL_IPV4']/acl-entries/acl-entry[sequence-id='1']/ipv4/state",
|
|
315
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
316
|
+
"nsp-model:creation-time": "2023-11-13T12:44:30.822Z",
|
|
317
|
+
"nsp-model:last-modified-time": "2023-11-13T12:44:30.822Z",
|
|
318
|
+
"nsp-model:sources": [
|
|
319
|
+
"fdn:realm:sam:network:92.168.98.156:IP Filter:1:entry-1"
|
|
320
|
+
]
|
|
321
|
+
},
|
|
322
|
+
"source-address": "1.1.1.1/32",
|
|
323
|
+
"destination-address": "2.2.2.2/32",
|
|
324
|
+
"dscp": 0,
|
|
325
|
+
"protocol": 4
|
|
326
|
+
},
|
|
327
|
+
"config": {
|
|
328
|
+
"@": {
|
|
329
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/ipv4/config",
|
|
330
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='1'][type='openconfig-acl:ACL_IPV4']/acl-entries/acl-entry[sequence-id='1']/ipv4/config",
|
|
331
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
332
|
+
"nsp-model:creation-time": "2023-11-13T12:44:30.822Z",
|
|
333
|
+
"nsp-model:last-modified-time": "2023-11-13T12:44:30.822Z",
|
|
334
|
+
"nsp-model:sources": [
|
|
335
|
+
"fdn:realm:sam:network:92.168.98.156:IP Filter:1:entry-1"
|
|
336
|
+
]
|
|
337
|
+
},
|
|
338
|
+
"source-address": "1.1.1.1/32",
|
|
339
|
+
"destination-address": "2.2.2.2/32",
|
|
340
|
+
"dscp": 0,
|
|
341
|
+
"protocol": 4
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
]
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"@": {
|
|
350
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set",
|
|
351
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='3'][type='openconfig-acl:ACL_L2']",
|
|
352
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
353
|
+
"nsp-model:creation-time": "2023-11-13T12:43:00.783Z",
|
|
354
|
+
"nsp-model:last-modified-time": "2023-11-13T12:43:00.783Z",
|
|
355
|
+
"nsp-model:sources": [
|
|
356
|
+
"fdn:realm:sam:network:92.168.98.156:MAC Filter:3"
|
|
357
|
+
]
|
|
358
|
+
},
|
|
359
|
+
"name": "3",
|
|
360
|
+
"type": "openconfig-acl:ACL_L2",
|
|
361
|
+
"config": {
|
|
362
|
+
"@": {
|
|
363
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/config",
|
|
364
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='3'][type='openconfig-acl:ACL_L2']/config",
|
|
365
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
366
|
+
"nsp-model:creation-time": "2023-11-13T12:43:00.783Z",
|
|
367
|
+
"nsp-model:last-modified-time": "2023-11-13T12:43:00.783Z",
|
|
368
|
+
"nsp-model:sources": [
|
|
369
|
+
"fdn:realm:sam:network:92.168.98.156:MAC Filter:3"
|
|
370
|
+
]
|
|
371
|
+
},
|
|
372
|
+
"name": "3",
|
|
373
|
+
"type": "openconfig-acl:ACL_L2",
|
|
374
|
+
"description": "MacFilter"
|
|
375
|
+
},
|
|
376
|
+
"state": {
|
|
377
|
+
"@": {
|
|
378
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/state",
|
|
379
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='3'][type='openconfig-acl:ACL_L2']/state",
|
|
380
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
381
|
+
"nsp-model:creation-time": "2023-11-13T12:43:00.783Z",
|
|
382
|
+
"nsp-model:last-modified-time": "2023-11-13T12:43:00.783Z",
|
|
383
|
+
"nsp-model:sources": [
|
|
384
|
+
"fdn:realm:sam:network:92.168.98.156:MAC Filter:3"
|
|
385
|
+
]
|
|
386
|
+
},
|
|
387
|
+
"name": "3",
|
|
388
|
+
"type": "openconfig-acl:ACL_L2",
|
|
389
|
+
"description": "MacFilter"
|
|
390
|
+
},
|
|
391
|
+
"acl-entries": {
|
|
392
|
+
"@": {
|
|
393
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries",
|
|
394
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='3'][type='openconfig-acl:ACL_L2']/acl-entries",
|
|
395
|
+
"nsp-model:network-id": "92.168.98.156"
|
|
396
|
+
},
|
|
397
|
+
"acl-entry": [
|
|
398
|
+
{
|
|
399
|
+
"@": {
|
|
400
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry",
|
|
401
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='3'][type='openconfig-acl:ACL_L2']/acl-entries/acl-entry[sequence-id='3']",
|
|
402
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
403
|
+
"nsp-model:creation-time": "2023-11-13T12:43:54.390Z",
|
|
404
|
+
"nsp-model:last-modified-time": "2023-11-13T12:43:54.390Z",
|
|
405
|
+
"nsp-model:sources": [
|
|
406
|
+
"fdn:realm:sam:network:92.168.98.156:MAC Filter:3:entry-3"
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
"sequence-id": 3,
|
|
410
|
+
"config": {
|
|
411
|
+
"@": {
|
|
412
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/config",
|
|
413
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='3'][type='openconfig-acl:ACL_L2']/acl-entries/acl-entry[sequence-id='3']/config",
|
|
414
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
415
|
+
"nsp-model:creation-time": "2023-11-13T12:43:54.390Z",
|
|
416
|
+
"nsp-model:last-modified-time": "2023-11-13T12:43:54.390Z",
|
|
417
|
+
"nsp-model:sources": [
|
|
418
|
+
"fdn:realm:sam:network:92.168.98.156:MAC Filter:3:entry-3"
|
|
419
|
+
]
|
|
420
|
+
},
|
|
421
|
+
"sequence-id": 3,
|
|
422
|
+
"description": "MacEntry"
|
|
423
|
+
},
|
|
424
|
+
"state": {
|
|
425
|
+
"@": {
|
|
426
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/state",
|
|
427
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='3'][type='openconfig-acl:ACL_L2']/acl-entries/acl-entry[sequence-id='3']/state",
|
|
428
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
429
|
+
"nsp-model:creation-time": "2023-11-13T12:43:54.390Z",
|
|
430
|
+
"nsp-model:last-modified-time": "2023-11-13T12:43:54.390Z",
|
|
431
|
+
"nsp-model:sources": [
|
|
432
|
+
"fdn:realm:sam:network:92.168.98.156:MAC Filter:3:entry-3"
|
|
433
|
+
]
|
|
434
|
+
},
|
|
435
|
+
"sequence-id": 3,
|
|
436
|
+
"description": "MacEntry"
|
|
437
|
+
},
|
|
438
|
+
"actions": {
|
|
439
|
+
"@": {
|
|
440
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/actions",
|
|
441
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='3'][type='openconfig-acl:ACL_L2']/acl-entries/acl-entry[sequence-id='3']/actions",
|
|
442
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
443
|
+
"nsp-model:sources": [
|
|
444
|
+
"fdn:realm:sam:network:92.168.98.156:MAC Filter:3:entry-3"
|
|
445
|
+
]
|
|
446
|
+
},
|
|
447
|
+
"state": {
|
|
448
|
+
"@": {
|
|
449
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/actions/state",
|
|
450
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='3'][type='openconfig-acl:ACL_L2']/acl-entries/acl-entry[sequence-id='3']/actions/state",
|
|
451
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
452
|
+
"nsp-model:creation-time": "2023-11-13T12:43:54.390Z",
|
|
453
|
+
"nsp-model:last-modified-time": "2023-11-13T12:44:30.922Z",
|
|
454
|
+
"nsp-model:sources": [
|
|
455
|
+
"fdn:realm:sam:network:92.168.98.156:MAC Filter:3:entry-3"
|
|
456
|
+
]
|
|
457
|
+
},
|
|
458
|
+
"forwarding-action": "nsp-openconfig-acl-augments:RATE_LIMIT"
|
|
459
|
+
},
|
|
460
|
+
"config": {
|
|
461
|
+
"@": {
|
|
462
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/actions/config",
|
|
463
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='3'][type='openconfig-acl:ACL_L2']/acl-entries/acl-entry[sequence-id='3']/actions/config",
|
|
464
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
465
|
+
"nsp-model:creation-time": "2023-11-13T12:43:54.390Z",
|
|
466
|
+
"nsp-model:last-modified-time": "2023-11-13T12:44:30.915Z",
|
|
467
|
+
"nsp-model:sources": [
|
|
468
|
+
"fdn:realm:sam:network:92.168.98.156:MAC Filter:3:entry-3"
|
|
469
|
+
]
|
|
470
|
+
},
|
|
471
|
+
"forwarding-action": "nsp-openconfig-acl-augments:RATE_LIMIT"
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
"l2": {
|
|
475
|
+
"@": {
|
|
476
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/l2",
|
|
477
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='3'][type='openconfig-acl:ACL_L2']/acl-entries/acl-entry[sequence-id='3']/l2",
|
|
478
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
479
|
+
"nsp-model:sources": [
|
|
480
|
+
"fdn:realm:sam:network:92.168.98.156:MAC Filter:3:entry-3"
|
|
481
|
+
]
|
|
482
|
+
},
|
|
483
|
+
"state": {
|
|
484
|
+
"@": {
|
|
485
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/l2/state",
|
|
486
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='3'][type='openconfig-acl:ACL_L2']/acl-entries/acl-entry[sequence-id='3']/l2/state",
|
|
487
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
488
|
+
"nsp-model:creation-time": "2023-11-13T12:43:54.390Z",
|
|
489
|
+
"nsp-model:last-modified-time": "2023-11-13T12:43:54.390Z",
|
|
490
|
+
"nsp-model:sources": [
|
|
491
|
+
"fdn:realm:sam:network:92.168.98.156:MAC Filter:3:entry-3"
|
|
492
|
+
]
|
|
493
|
+
},
|
|
494
|
+
"source-mac": "10:10:10:10:10:10",
|
|
495
|
+
"source-mac-mask": "FF:FF:FF:FF:FF:FF",
|
|
496
|
+
"destination-mac": "20:20:20:20:20:20",
|
|
497
|
+
"destination-mac-mask": "FF:FF:FF:FF:FF:FF",
|
|
498
|
+
"ethertype": 2000
|
|
499
|
+
},
|
|
500
|
+
"config": {
|
|
501
|
+
"@": {
|
|
502
|
+
"nsp-model:schema-nodeid": "/nsp-network:network/node/node-root/openconfig-acl:acl/acl-sets/acl-set/acl-entries/acl-entry/l2/config",
|
|
503
|
+
"nsp-model:identifier": "/nsp-network:network/node[node-id='92.168.98.156']/node-root/openconfig-acl:acl/acl-sets/acl-set[name='3'][type='openconfig-acl:ACL_L2']/acl-entries/acl-entry[sequence-id='3']/l2/config",
|
|
504
|
+
"nsp-model:network-id": "92.168.98.156",
|
|
505
|
+
"nsp-model:creation-time": "2023-11-13T12:43:54.390Z",
|
|
506
|
+
"nsp-model:last-modified-time": "2023-11-13T12:43:54.390Z",
|
|
507
|
+
"nsp-model:sources": [
|
|
508
|
+
"fdn:realm:sam:network:92.168.98.156:MAC Filter:3:entry-3"
|
|
509
|
+
]
|
|
510
|
+
},
|
|
511
|
+
"source-mac": "10:10:10:10:10:10",
|
|
512
|
+
"source-mac-mask": "FF:FF:FF:FF:FF:FF",
|
|
513
|
+
"destination-mac": "20:20:20:20:20:20",
|
|
514
|
+
"destination-mac-mask": "FF:FF:FF:FF:FF:FF",
|
|
515
|
+
"ethertype": 2000
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
]
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
],
|
|
523
|
+
"end-index": 2,
|
|
524
|
+
"start-index": 0,
|
|
525
|
+
"total-count": 3
|
|
526
|
+
},
|
|
527
|
+
"statusCode": "OK"
|
|
528
|
+
}
|